mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:57:48 +01:00
Remove BusinessTimes.com.sg (obsolete)
This commit is contained in:
parent
8433d5c2e5
commit
c59979ec3f
6 changed files with 4 additions and 19 deletions
|
@ -279,7 +279,6 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.
|
||||||
[NK News](https://www.nknews.org)* -
|
[NK News](https://www.nknews.org)* -
|
||||||
[South China Morning Post](https://www.scmp.com) -
|
[South China Morning Post](https://www.scmp.com) -
|
||||||
[Tech in Asia](https://www.techinasia.com) -
|
[Tech in Asia](https://www.techinasia.com) -
|
||||||
[The Business Times](https://www.businesstimes.com.sg) -
|
|
||||||
[The Diplomat](https://www.thediplomat.com) -
|
[The Diplomat](https://www.thediplomat.com) -
|
||||||
[The Japan Times](https://www.japantimes.co.jp)
|
[The Japan Times](https://www.japantimes.co.jp)
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
Changelog Bypass Paywalls Clean - Firefox
|
Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
|
Remove BusinessTimes.com.sg (obsolete)
|
||||||
Fix-update Bloomberg (overlay)
|
Fix-update Bloomberg (overlay)
|
||||||
Fix-update Toronto Star (map-snippet)
|
Fix-update Toronto Star (map-snippet/footer)
|
||||||
|
|
||||||
* v1.8.9.0 (2020-10-04)
|
* v1.8.9.0 (2020-10-04)
|
||||||
Add Hannoversche Allgemeine Zeitung
|
Add Hannoversche Allgemeine Zeitung
|
||||||
|
|
|
@ -1161,19 +1161,6 @@ else if (matchDomain("startribune.com")) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (domain = matchDomain("businesstimes.com.sg")) {
|
|
||||||
let url = window.location.href;
|
|
||||||
let paywall_login = document.querySelector('div.paywall-login2');
|
|
||||||
if (paywall_login) {
|
|
||||||
window.setTimeout(function () {
|
|
||||||
window.location.href = url + '?amp';
|
|
||||||
}, 500); // Delay (in milliseconds)
|
|
||||||
}
|
|
||||||
let cx_custom = document.querySelector('div#cx_custom');
|
|
||||||
if (cx_custom)
|
|
||||||
cx_custom.setAttribute('style', 'display:none');
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (matchDomain("nationalreview.com")) {
|
else if (matchDomain("nationalreview.com")) {
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
let url = window.location.href;
|
let url = window.location.href;
|
||||||
|
|
|
@ -57,7 +57,6 @@
|
||||||
"*://*.britannica.com/*",
|
"*://*.britannica.com/*",
|
||||||
"*://*.business-standard.com/*",
|
"*://*.business-standard.com/*",
|
||||||
"*://*.businessinsider.com/*",
|
"*://*.businessinsider.com/*",
|
||||||
"*://*.businesstimes.com.sg/*",
|
|
||||||
"*://*.cairnspost.com.au/*",
|
"*://*.cairnspost.com.au/*",
|
||||||
"*://*.caixinglobal.com/*",
|
"*://*.caixinglobal.com/*",
|
||||||
"*://*.canberratimes.com.au/*",
|
"*://*.canberratimes.com.au/*",
|
||||||
|
@ -318,5 +317,5 @@
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"version": "1.8.9.2"
|
"version": "1.8.9.3"
|
||||||
}
|
}
|
|
@ -40,5 +40,5 @@
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"version": "1.8.9.2"
|
"version": "1.8.9.3"
|
||||||
}
|
}
|
1
sites.js
1
sites.js
|
@ -158,7 +158,6 @@ var defaultSites =
|
||||||
"The Australian Financial Review": "afr.com",
|
"The Australian Financial Review": "afr.com",
|
||||||
"The Boston Globe (opt-in)": "bostonglobe.com",
|
"The Boston Globe (opt-in)": "bostonglobe.com",
|
||||||
"The Business Journals": "bizjournals.com",
|
"The Business Journals": "bizjournals.com",
|
||||||
"The Business Times": "businesstimes.com.sg",
|
|
||||||
"The Christian Science Monitor": "csmonitor.com",
|
"The Christian Science Monitor": "csmonitor.com",
|
||||||
"The Daily Beast (free articles only)": "thedailybeast.com",
|
"The Daily Beast (free articles only)": "thedailybeast.com",
|
||||||
"The Denver Post": "denverpost.com",
|
"The Denver Post": "denverpost.com",
|
||||||
|
|
Loading…
Reference in a new issue