Fix WSJ (Chinese)
This commit is contained in:
parent
ec3972f287
commit
ac02d2b69e
@ -33,8 +33,7 @@ const restrictions = {
|
||||
'statista.com': /^((?!\.statista\.com\/(outlook|study)\/).)*$/,
|
||||
'sueddeutsche.de': /^((?!(projekte|zeitung)\.sueddeutsche\.de\/).)*$/,
|
||||
'techinasia.com': /\.techinasia\.com\/.+/,
|
||||
'timeshighereducation.com': /.+\.timeshighereducation\.com\/(sites\/default\/files\/|.+((\w)+(\-)+){3,}.+)/,
|
||||
'wsj.com': /^((?!\/cn\.wsj\.com\/).)*$/
|
||||
'timeshighereducation.com': /.+\.timeshighereducation\.com\/(sites\/default\/files\/|.+((\w)+(\-)+){3,}.+)/
|
||||
}
|
||||
|
||||
// Don't remove cookies before page load
|
||||
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
Fix Times Higher Education
|
||||
Fix WSJ (Chinese)
|
||||
|
||||
* v2.3.8.0 (2021-10-03)
|
||||
Add NordLittoral.fr (Groupe Rossel)
|
||||
|
@ -2793,7 +2793,7 @@ else if (matchDomain('washingtonpost.com')) {
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('wsj.com') && !matchDomain('cn.wsj.com')) {
|
||||
else if (matchDomain('wsj.com')) {
|
||||
let url = window.location.href;
|
||||
if (location.href.includes('/articles/')) {
|
||||
let close_button = document.querySelector('div.close-btn[role="button"]');
|
||||
|
@ -39,5 +39,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.3.8.1"
|
||||
"version": "2.3.8.2"
|
||||
}
|
@ -549,5 +549,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.3.8.1"
|
||||
"version": "2.3.8.2"
|
||||
}
|
2
sites.js
2
sites.js
@ -278,7 +278,7 @@ var defaultSites =
|
||||
"The Times": "thetimes.co.uk",
|
||||
"The Times Literary Supplement": "the-tls.co.uk",
|
||||
"The Toronto Star (+ local TorStar sites)": "###_ca_torstar",
|
||||
"The Wall Street Journal (not Chinese)": "wsj.com",
|
||||
"The Wall Street Journal": "wsj.com",
|
||||
"The Washington Post": "washingtonpost.com",
|
||||
"The West Australian (+ regional)": "thewest.com.au",
|
||||
"The Wrap": "thewrap.com",
|
||||
|
Loading…
x
Reference in New Issue
Block a user