mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:21:58 +01:00
Fix Repubblica sites (re-enable Googlebot)
This commit is contained in:
parent
bb54216658
commit
29d753c91d
4 changed files with 7 additions and 3 deletions
|
@ -26,15 +26,17 @@ const restrictions = {
|
|||
'faz.net': /^((?!\/.+\.faz\.net\/aktuell\/(\?switchfaznet)?$).)*$/,
|
||||
'foreignaffairs.com': /.+\.foreignaffairs\.com\/(articles|fa-caching|interviews|reviews|sites)\/.+/,
|
||||
'ft.com': /.+\.ft\.com\/content\//,
|
||||
'lastampa.it': /^((?!\/video\.lastampa\.it\/).)*$/,
|
||||
'medianama.com': /\.medianama\.com\/((\d){4}\/(\d){2}|wp-content)\//,
|
||||
'timesofindia.com': /.+\.timesofindia\.com\/($|toi-plus(\/.+)?|.+\.cms)/,
|
||||
'nknews.org': /^((?!nknews\.org\/pro\/).)*$/,
|
||||
'quora.com': /^((?!quora\.com\/search\?q=).)*$/,
|
||||
'repubblica.it': /^((?!\/video\.repubblica\.it\/).)*$/,
|
||||
'seekingalpha.com': /.+\/seekingalpha\.com\/($|(amp\/)?(article|news)\/|samw\/)/,
|
||||
'statista.com': /^((?!\.statista\.com\/(outlook|study)\/).)*$/,
|
||||
'techinasia.com': /\.techinasia\.com\/.+/,
|
||||
'theglobeandmail.com': /\.theglobeandmail\.com\/.+\//,
|
||||
'timeshighereducation.com': /.+\.timeshighereducation\.com\/(sites\/default\/files\/|.+((\w)+(\-)+){3,}.+)/
|
||||
'timeshighereducation.com': /.+\.timeshighereducation\.com\/((features|news|people)\/|.+((\w)+(\-)+){3,}.+|sites\/default\/files\/)/
|
||||
}
|
||||
|
||||
// Don't remove cookies before/after page load
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Fix Nikkei Asian Review (cookies)
|
||||
Fix Repubblica sites (re-enable Googlebot)
|
||||
Check for update version on startup/options (now opt-out)
|
||||
|
||||
* v2.4.3.0 (2021-11-07)
|
||||
|
|
|
@ -558,5 +558,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.4.3.2"
|
||||
"version": "2.4.3.3"
|
||||
}
|
3
sites.js
3
sites.js
|
@ -1701,7 +1701,8 @@ var group_rules = {
|
|||
},
|
||||
it_repubblica_domains: {
|
||||
allow_cookies: 1,
|
||||
block_regex: /(scripts\.repubblica\.it\/pw\/pw\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|user-notification)-.+\.js)/
|
||||
block_regex: /(scripts\.repubblica\.it\/pw\/pw\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|user-notification)-.+\.js)/,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
nl_pg_domains: {
|
||||
remove_cookies_select_drop: ['TID_ID'],
|
||||
|
|
Loading…
Reference in a new issue