mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:17:46 +01:00
Remove Griffith Review (fix obsolete)
This commit is contained in:
parent
c520bee8f4
commit
e4a75dc8b8
5 changed files with 1 additions and 14 deletions
|
@ -761,7 +761,6 @@ Grouped in options:\
|
||||||
##### Australia/New Zealand
|
##### Australia/New Zealand
|
||||||
|
|
||||||
[Eureka Report](https://www.eurekareport.com.au) -
|
[Eureka Report](https://www.eurekareport.com.au) -
|
||||||
[Griffith Review](https://www.griffithreview.com) -
|
|
||||||
[Intelligent Investor](https://www.intelligentinvestor.com.au) -
|
[Intelligent Investor](https://www.intelligentinvestor.com.au) -
|
||||||
[New Zealand Herald](https://www.nzherald.co.nz) -
|
[New Zealand Herald](https://www.nzherald.co.nz) -
|
||||||
[Quillette (link to archive.is)](https://quillette.com) -
|
[Quillette (link to archive.is)](https://quillette.com) -
|
||||||
|
|
|
@ -4,6 +4,7 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Haas Mediengruppe (opt-in to custom sites)
|
Add Haas Mediengruppe (opt-in to custom sites)
|
||||||
|
Remove Griffith Review (fix obsolete)
|
||||||
Fix LesEchos.fr (json)
|
Fix LesEchos.fr (json)
|
||||||
|
|
||||||
* v3.1.2.0 (2023-04-02)
|
* 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')) {
|
else if (matchDomain('hbr.org')) {
|
||||||
let popup = document.querySelector('.persistent-banner');
|
let popup = document.querySelector('.persistent-banner');
|
||||||
removeDOMElement(popup);
|
removeDOMElement(popup);
|
||||||
|
|
|
@ -269,7 +269,6 @@
|
||||||
"*://*.goodhousekeeping.com/*",
|
"*://*.goodhousekeeping.com/*",
|
||||||
"*://*.gooieneemlander.nl/*",
|
"*://*.gooieneemlander.nl/*",
|
||||||
"*://*.gq.com/*",
|
"*://*.gq.com/*",
|
||||||
"*://*.griffithreview.com/*",
|
|
||||||
"*://*.groene.nl/*",
|
"*://*.groene.nl/*",
|
||||||
"*://*.grubstreet.com/*",
|
"*://*.grubstreet.com/*",
|
||||||
"*://*.gymclimber.com/*",
|
"*://*.gymclimber.com/*",
|
||||||
|
|
4
sites.js
4
sites.js
|
@ -656,10 +656,6 @@ var defaultSites = {
|
||||||
domain: "globes.co.il",
|
domain: "globes.co.il",
|
||||||
block_regex: /\.tinypass\.com\//
|
block_regex: /\.tinypass\.com\//
|
||||||
},
|
},
|
||||||
"Griffith Review": {
|
|
||||||
domain: "griffithreview.com",
|
|
||||||
remove_cookies_select_drop: ["issuem_lp"]
|
|
||||||
},
|
|
||||||
"Groene Amsterdammer": {
|
"Groene Amsterdammer": {
|
||||||
domain: "groene.nl",
|
domain: "groene.nl",
|
||||||
remove_cookies_select_hold: ["accept-cookies", "popunder-hidden"],
|
remove_cookies_select_hold: ["accept-cookies", "popunder-hidden"],
|
||||||
|
|
Loading…
Reference in a new issue