mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:34:26 +02:00
Fix thesaturdaypaper.com.au
This commit is contained in:
parent
27de9ed853
commit
13c39f2a9d
@ -352,6 +352,9 @@ if (matchDomain('elmercurio.com')) {
|
||||
const url = window.location.href;
|
||||
if (url.includes('mode=sample') || stubArticleMsg) { window.location.href = new URL(url).pathname + '?mode=amp'; }
|
||||
});
|
||||
} else if (matchDomain('thesaturdaypaper.com.au')) {
|
||||
const paywall = document.querySelector('div.paywall-hard-always-show');
|
||||
removeDOMElement(paywall);
|
||||
}
|
||||
|
||||
function matchDomain (domains) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user