mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:24:16 +01:00
Fix The Australian
This commit is contained in:
parent
635bb04e9b
commit
cf2168f686
4 changed files with 7 additions and 3 deletions
|
@ -488,7 +488,10 @@ function add_grouped_sites(init_rules) {
|
||||||
}
|
}
|
||||||
for (let domain of au_news_corp_domains) {
|
for (let domain of au_news_corp_domains) {
|
||||||
allow_cookies.push(domain);
|
allow_cookies.push(domain);
|
||||||
|
if (domain !== 'theaustralian.com.au')
|
||||||
use_google_bot.push(domain);
|
use_google_bot.push(domain);
|
||||||
|
else
|
||||||
|
use_bing_bot.push(domain);
|
||||||
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|ad|iframe)-.+\.js/;
|
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|ad|iframe)-.+\.js/;
|
||||||
}
|
}
|
||||||
for (let domain of au_prov_news_domains) {
|
for (let domain of au_prov_news_domains) {
|
||||||
|
|
|
@ -5,6 +5,7 @@ Post-release
|
||||||
Add Ad Age & Automotive News (& fix group Crain Communications)
|
Add Ad Age & Automotive News (& fix group Crain Communications)
|
||||||
Add MediaNews Group (local USA)
|
Add MediaNews Group (local USA)
|
||||||
Fix group Mediahuis Nederland Regional
|
Fix group Mediahuis Nederland Regional
|
||||||
|
Fix The Australian
|
||||||
Fix The Daily Beast (proper/images)
|
Fix The Daily Beast (proper/images)
|
||||||
|
|
||||||
* v2.3.3.0 (2021-08-15)
|
* v2.3.3.0 (2021-08-15)
|
||||||
|
|
|
@ -24,7 +24,7 @@ var usa_mng_domains = ['denverpost.com', 'eastbaytimes.com', 'mercurynews.com'
|
||||||
var usa_tribune_domains = ['baltimoresun.com', 'chicagotribune.com', 'courant.com', 'dailypress.com', 'mcall.com', 'nydailynews.com', 'orlandosentinel.com', 'pilotonline.com', 'sun-sentinel.com'];
|
var usa_tribune_domains = ['baltimoresun.com', 'chicagotribune.com', 'courant.com', 'dailypress.com', 'mcall.com', 'nydailynews.com', 'orlandosentinel.com', 'pilotonline.com', 'sun-sentinel.com'];
|
||||||
|
|
||||||
// clean local storage of sites (with an exemption for hold-list)
|
// clean local storage of sites (with an exemption for hold-list)
|
||||||
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'charliehebdo.fr', 'cmjornal.pt', 'houstonchronicle.com', 'inc42.com', 'irishtimes.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk'].concat(es_unidad_domains, no_nhst_media_domains);
|
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'charliehebdo.fr', 'cmjornal.pt', 'houstonchronicle.com', 'inc42.com', 'irishtimes.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'theaustralian.com.au', 'thehindu.com', 'thetimes.co.uk'].concat(es_unidad_domains, no_nhst_media_domains);
|
||||||
arr_localstorage_hold = arr_localstorage_hold.concat(de_funke_media_domains, es_grupo_vocento_domains);
|
arr_localstorage_hold = arr_localstorage_hold.concat(de_funke_media_domains, es_grupo_vocento_domains);
|
||||||
if (!matchDomain(arr_localstorage_hold)) {
|
if (!matchDomain(arr_localstorage_hold)) {
|
||||||
window.localStorage.clear();
|
window.localStorage.clear();
|
||||||
|
|
|
@ -553,5 +553,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.3.3.5"
|
"version": "2.3.3.6"
|
||||||
}
|
}
|
Loading…
Reference in a new issue