Add Nrz.de, Wp.de & Wr.de

Plus fix-update WSJ
master
magnolia1234 2020-10-01 16:44:44 +02:00
parent 8dc02ccd70
commit b5cd0a0f05
7 changed files with 16 additions and 5 deletions

View File

@ -260,8 +260,11 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
[Die Zeit](https://www.zeit.de) -
[Frankfurter Allgemeine Zeitung](https://www.faz.net) -
[Handelsblatt](https://www.handelsblatt.com) -
[Neue Ruhr Zeitung](https://www.nrz.de) -
[Süddeutsche Zeitung](https://www.sueddeutsche.de) -
[Westdeutsche Allgemeine Zeitung](https://www.waz.de)
[Westdeutsche Allgemeine Zeitung](https://www.waz.de) -
[Westfalenpost](https://www.wp.de) -
[Westfälische Rundschau](https://www.wr.de)
##### Italy
[Corriere Della Sera](https://www.corriere.it) -
[Domani](https://editorialedomani.it) -

View File

@ -139,7 +139,6 @@ var use_google_bot_default = [
'thetimes.co.uk',
'washingtonpost.com',
'worldpoliticsreview.com',
'wsj.com',
'zeit.de',
];
var use_google_bot_custom = [];

View File

@ -2,7 +2,10 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Add Neue Ruhr Zeitung
Add Westdeutsche Allgemeine Zeitung
Add Westfalenpost
Add Westfälische Rundschau
Fix custom sites Googlebot-fix (after reload)
* v1.8.8.0 (2020-09-27)

View File

@ -1128,7 +1128,7 @@ else if (matchDomain("stocknews.com")) {
blurmes[i].setAttribute('id', 'blurmenot' + i);
}
else if (matchDomain("waz.de")) {
else if (matchDomain(["nrz.de", "wp.de", "wr.de", "waz.de"])) {
let obfuscated_elems = document.querySelectorAll('.obfuscated');
let parser = new DOMParser();
for (let obfuscated_elem of obfuscated_elems) {

View File

@ -175,6 +175,7 @@
"*://*.northerndailyleader.com.au/*",
"*://*.northernstar.com.au/*",
"*://*.nrc.nl/*",
"*://*.nrz.de/*",
"*://*.ntnews.com.au/*",
"*://*.nymag.com/*",
"*://*.nytimes.com/*",
@ -256,6 +257,8 @@
"*://*.westernadvocate.com.au/*",
"*://*.wired.com/*",
"*://*.worldpoliticsreview.com/*",
"*://*.wp.de/*",
"*://*.wr.de/*",
"*://*.wsj.com/*",
"*://*.zeit.de/*",
"*://*.blueconic.net/*",
@ -300,5 +303,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.8.8.2"
"version": "1.8.8.3"
}

View File

@ -21,5 +21,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.8.8.2"
"version": "1.8.8.3"
}

View File

@ -112,6 +112,7 @@ var defaultSites =
"National Post": "nationalpost.com",
"National Review": "nationalreview.com",
"Nautilus": "nautil.us",
"Neue Ruhr Zeitung": "nrz.de",
"Neue Zürcher Zeitung": "nzz.ch",
"New York Magazine": "nymag.com",
"New Zealand Herald": "nzherald.co.nz",
@ -197,6 +198,8 @@ var defaultSites =
"Volkskrant": "volkskrant.nl",
"WAtoday": "watoday.com.au",
"Westdeutsche Allgemeine Zeitung": "waz.de",
"Westfalenpost": "wp.de",
"Westfälische Rundschau": "wr.de",
"Winston-Salem Journal": "journalnow.com",
"Wired": "wired.com",
"World Politics Review": "worldpoliticsreview.com",