Add Griffith Review (Australia)

merge-requests/1/head
magnolia1234 3 years ago
parent 59496af08c
commit 380b7966f6

@ -367,6 +367,7 @@ Grupo Vocento (ABC) regional sites like
#### Australia/New Zealand
[Brisbane Times](https://www.brisbanetimes.com.au) -
[Griffith Review](https://www.griffithreview.com) -
[New Zealand Herald](https://www.nzherald.co.nz) -
[The Age](https://www.theage.com.au) -
[The Australian Financial Review](https://www.afr.com) -

@ -151,6 +151,7 @@ var remove_cookies_select_drop = {
'caixinglobal.com': ['CAIXINGLB_LOGIN_UUID'],
'dn.se': ['randomSplusId'],
'fd.nl': ['socialread'],
'griffithreview.com': ['issuem_lp'],
'nrc.nl': ['counter'],
'theatlantic.com': ['articleViews'],
'thepointmag.com': ['monthly_history']
@ -249,6 +250,7 @@ var blockedRegexes = {
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia.+\.js/,
'globes.co.il': /\.tinypass\.com\/.+/,
'globo.com': /\.tinypass\.com\/.+/,
'griffithreview.com': /\.griffithreview\.com\/.+\/leaky-paywall\//,
'haaretz.co.il': /haaretz\.co\.il\/htz\/js\/inter\.js/,
'haaretz.com': /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.js.+/,
'hbr.org': /\.tinypass\.com\/.+/,

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Griffith Review (Australia)
Add The Hill Times (Canada)
Add The Jerusalem Post (Israel)
Fix-update Adweek (amp for premium)

@ -1992,6 +1992,14 @@ else if (matchDomain('adweek.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(['belfasttelegraph.co.uk', 'independent.ie']))
csDone = true;

@ -162,6 +162,7 @@
"*://*.globes.co.il/*",
"*://*.globo.com/*",
"*://*.goldcoastbulletin.com.au/*",
"*://*.griffithreview.com/*",
"*://*.groene.nl/*",
"*://*.grubstreet.com/*",
"*://*.gva.be/*",
@ -444,5 +445,5 @@
"*://*.userzoom.com/*",
"*://*.wsj.net/*"
],
"version": "2.0.5.3"
"version": "2.0.5.4"
}

@ -79,6 +79,7 @@ var defaultSites =
"Gestión": "gestion.pe",
"Glassdoor": "glassdoor.com",
"Globes": "globes.co.il",
"Griffith Review": "griffithreview.com",
"Groene Amsterdammer": "groene.nl",
"Groupe EBRA (France)": "###_fr_groupe_ebra",
"Groupe La Dépêche (France)": "###_fr_groupe_la_depeche",

Loading…
Cancel
Save