Fix WSJ (Chinese)

merge-requests/2/head
magnolia1234 3 years ago
parent 090aa78ba4
commit 4797850afd

@ -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 - Firefox
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"]');

@ -561,5 +561,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.3.8.1"
"version": "2.3.8.2"
}

@ -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…
Cancel
Save