mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:24:16 +01:00
Fix-update GenomeWeb sites
This commit is contained in:
parent
445e07e07d
commit
13b169a7f9
3 changed files with 3 additions and 2 deletions
|
@ -562,7 +562,7 @@ function add_grouped_sites(init_rules) {
|
||||||
change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, use_google_referer, use_twitter_referer, use_random_ip);
|
change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, use_google_referer, use_twitter_referer, use_random_ip);
|
||||||
for (let domain of usa_genomeweb_domains) {
|
for (let domain of usa_genomeweb_domains) {
|
||||||
allow_cookies.push(domain);
|
allow_cookies.push(domain);
|
||||||
blockedRegexes[domain] = /crain-platform-.+-prod\.s3\.amazonaws\.com\/s3fs-public\/js\/js_1B1NPD.+\.js/;
|
blockedRegexes[domain] = /crain-platform-.+-prod\.s3\.amazonaws\.com\/s3fs-public\/js\/js_.+\.js/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@ Add Las Provincias (Spain)
|
||||||
Add Times of India
|
Add Times of India
|
||||||
Fix-update Barron's (option to disable Googlebot; http error 500)
|
Fix-update Barron's (option to disable Googlebot; http error 500)
|
||||||
Fix-update Crain's Chicago Business
|
Fix-update Crain's Chicago Business
|
||||||
|
Fix-update GenomeWeb sites
|
||||||
Fix-update Knack.be
|
Fix-update Knack.be
|
||||||
Fix-update LeScienze.it
|
Fix-update LeScienze.it
|
||||||
Fix-update South China Morning Post (amp)
|
Fix-update South China Morning Post (amp)
|
||||||
|
|
|
@ -515,5 +515,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.2.0.7"
|
"version": "2.2.0.8"
|
||||||
}
|
}
|
Loading…
Reference in a new issue