Fix Repubblica sites (re-enable Googlebot)
This commit is contained in:
parent
922edbcc86
commit
0846862c60
@ -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 - Chrome
|
||||
|
||||
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)
|
||||
|
@ -39,5 +39,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.4.3.2"
|
||||
"version": "2.4.3.3"
|
||||
}
|
@ -546,5 +546,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…
x
Reference in New Issue
Block a user