mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 01:11:04 +00:00
Fix New York Magazine sites
This commit is contained in:
parent
62aef40872
commit
59fd0538e7
@ -600,6 +600,12 @@ function add_grouped_sites(init_rules) {
|
|||||||
allow_cookies.push(domain);
|
allow_cookies.push(domain);
|
||||||
blockedRegexes[domain] = /(\.blueconic\.net\/|\.tinypass\.com\/|\.com\/.+\/loader\.min\.js|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|subscriptions)-.+\.js)/;
|
blockedRegexes[domain] = /(\.blueconic\.net\/|\.tinypass\.com\/|\.com\/.+\/loader\.min\.js|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|subscriptions)-.+\.js)/;
|
||||||
}
|
}
|
||||||
|
for (let domain of usa_nymag_domains) {
|
||||||
|
allow_cookies.push(domain);
|
||||||
|
remove_cookies.push(domain);
|
||||||
|
remove_cookies_select_drop[domain] = ['nymcid'];
|
||||||
|
blockedRegexes[domain] = /fosse\.nymag\.com\/fosse\/.+\/scripts\/.+\.js/;
|
||||||
|
}
|
||||||
for (let domain of usa_theathletic_domains) {
|
for (let domain of usa_theathletic_domains) {
|
||||||
allow_cookies.push(domain);
|
allow_cookies.push(domain);
|
||||||
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
|
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
|
||||||
|
@ -8,6 +8,7 @@ Add Tampa Bay Times (local USA)
|
|||||||
Add Telerama.fr
|
Add Telerama.fr
|
||||||
Fix Challenges.fr (blur)
|
Fix Challenges.fr (blur)
|
||||||
Fix LesEchos.fr (json)
|
Fix LesEchos.fr (json)
|
||||||
|
Fix New York Magazine sites
|
||||||
Fix Repubblica.it & LaStampa.it (videos on Firefox)
|
Fix Repubblica.it & LaStampa.it (videos on Firefox)
|
||||||
Fix The Australian (option to disable Googlebot; http error 403)
|
Fix The Australian (option to disable Googlebot; http error 403)
|
||||||
Fix WSJ & Barron's (amp)
|
Fix WSJ & Barron's (amp)
|
||||||
|
Loading…
Reference in New Issue
Block a user