Fix TheSaturdayPaper.com.au

merge-requests/10/head
magnolia1234 1 year ago
parent 43a1940459
commit 0d95a76c49

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Add McClatchy DC
Fix TheSaturdayPaper.com.au
* v2.9.9.0 (2022-12-27)
Add Bulletin of the Atomic Scientists
@ -982,7 +983,7 @@ Fix WSJ (option to disable Googlebot; http error 500)
Add Berliner-Zeitung.de
Add The Dallas Morning News (local USA)
Add Entrepreneur
Fix The Saturday Paper
Fix TheSaturdayPaper.com.au
* v2.1.2.0 (2021-03-14)
Add El Espanol (Spain)

@ -211,6 +211,11 @@ if (matchDomain('medium.com') || matchDomain(medium_custom_domains) || document.
else if (window.location.hostname.match(/\.(com|net)\.au$/)) {//australia
if (matchDomain('thesaturdaypaper.com.au')) {
let hide_end = document.querySelector('div.hide-end');
if (hide_end) {
ext_api.runtime.sendMessage({request: 'refreshCurrentTab'});
csDoneOnce = true;
}
let paywall = document.querySelector('div.paywall-hard-always-show');
removeDOMElement(paywall);
}

@ -719,5 +719,5 @@
"*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.9.9.1"
"version": "2.9.8.2"
}

Loading…
Cancel
Save