Remove Griffith Review (fix obsolete)

merge-requests/14/head
magnolia1234 1 year ago
parent c520bee8f4
commit e4a75dc8b8

@ -761,7 +761,6 @@ Grouped in options:\
##### Australia/New Zealand
[Eureka Report](https://www.eurekareport.com.au) -
[Griffith Review](https://www.griffithreview.com) -
[Intelligent Investor](https://www.intelligentinvestor.com.au) -
[New Zealand Herald](https://www.nzherald.co.nz) -
[Quillette (link to archive.is)](https://quillette.com) -

@ -4,6 +4,7 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release
Post-release
Add Haas Mediengruppe (opt-in to custom sites)
Remove Griffith Review (fix obsolete)
Fix LesEchos.fr (json)
* v3.1.2.0 (2023-04-02)

@ -3362,14 +3362,6 @@ else if (matchDomain('fortune.com')) {
}
}
else if (matchDomain('griffithreview.com')) {
let body_single = document.querySelector('body.single');
if (body_single)
body_single.classList.remove('single');
let subscribe = document.querySelector('div.call-to-action');
removeDOMElement(subscribe);
}
else if (matchDomain('hbr.org')) {
let popup = document.querySelector('.persistent-banner');
removeDOMElement(popup);

@ -269,7 +269,6 @@
"*://*.goodhousekeeping.com/*",
"*://*.gooieneemlander.nl/*",
"*://*.gq.com/*",
"*://*.griffithreview.com/*",
"*://*.groene.nl/*",
"*://*.grubstreet.com/*",
"*://*.gymclimber.com/*",

@ -656,10 +656,6 @@ var defaultSites = {
domain: "globes.co.il",
block_regex: /\.tinypass\.com\//
},
"Griffith Review": {
domain: "griffithreview.com",
remove_cookies_select_drop: ["issuem_lp"]
},
"Groene Amsterdammer": {
domain: "groene.nl",
remove_cookies_select_hold: ["accept-cookies", "popunder-hidden"],

Loading…
Cancel
Save