mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:17:49 +01:00
Fix-update WSJ (disable Chinese amp-redirect)
This commit is contained in:
parent
19c129a46c
commit
c6cbac4c32
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ else if (matchDomain("washingtonpost.com")) {
|
|||
}
|
||||
}
|
||||
|
||||
else if (matchDomain("wsj.com")) {
|
||||
else if (matchDomain("wsj.com") & !matchDomain("cn.wsj.com")) {
|
||||
if (location.href.includes('/articles/')) {
|
||||
const close_button = document.querySelector('div.close-btn[role="button"]');
|
||||
if (close_button)
|
||||
|
|
2
sites.js
2
sites.js
|
@ -174,7 +174,7 @@ var defaultSites =
|
|||
"The Times": "thetimes.co.uk",
|
||||
"The Times Literary Supplement": "the-tls.co.uk",
|
||||
"The Toronto Star": "thestar.com",
|
||||
"The Wall Street Journal": "wsj.com",
|
||||
"The Wall Street Journal (not Chinese)": "wsj.com",
|
||||
"The Washington Post": "washingtonpost.com",
|
||||
"Towards Data Science": "towardsdatascience.com",
|
||||
"Trouw": "trouw.nl",
|
||||
|
|
Loading…
Reference in a new issue