mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Add WirtschaftsWoche (Germany)
This commit is contained in:
parent
95b511da78
commit
1cf21a876b
5 changed files with 8 additions and 2 deletions
|
@ -170,7 +170,8 @@ So don't update to Firefox 79 or use Firefox Nightly (and load BPC from a custom
|
||||||
[Süddeutsche Zeitung](https://www.sueddeutsche.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) -
|
[Westfalenpost](https://www.wp.de) -
|
||||||
[Westfälische Rundschau](https://www.wr.de)
|
[Westfälische Rundschau](https://www.wr.de) -
|
||||||
|
[WirtschaftsWoche](https://www.wiwo.de)
|
||||||
##### Italy
|
##### Italy
|
||||||
[Corriere Della Sera](https://www.corriere.it) -
|
[Corriere Della Sera](https://www.corriere.it) -
|
||||||
[Domani](https://editorialedomani.it) -
|
[Domani](https://editorialedomani.it) -
|
||||||
|
|
|
@ -89,6 +89,7 @@ var allow_cookies = [
|
||||||
'variety.com',
|
'variety.com',
|
||||||
'washingtonpost.com',
|
'washingtonpost.com',
|
||||||
'waz.de',
|
'waz.de',
|
||||||
|
'wiwo.de',
|
||||||
'worldpoliticsreview.com',
|
'worldpoliticsreview.com',
|
||||||
'wp.de',
|
'wp.de',
|
||||||
'wr.de',
|
'wr.de',
|
||||||
|
@ -152,6 +153,7 @@ var use_google_bot_default = [
|
||||||
'themarker.com',
|
'themarker.com',
|
||||||
'thetimes.co.uk',
|
'thetimes.co.uk',
|
||||||
'washingtonpost.com',
|
'washingtonpost.com',
|
||||||
|
'wiwo.de',
|
||||||
'worldpoliticsreview.com',
|
'worldpoliticsreview.com',
|
||||||
'zeit.de',
|
'zeit.de',
|
||||||
];
|
];
|
||||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Deutsche Wirtschafts Nachrichten
|
Add Deutsche Wirtschafts Nachrichten
|
||||||
|
Add WirtschaftsWoche (Germany)
|
||||||
|
|
||||||
* v1.9.2.0 (2020-10-25)
|
* v1.9.2.0 (2020-10-25)
|
||||||
Add Foreign Affairs
|
Add Foreign Affairs
|
||||||
|
|
|
@ -288,6 +288,7 @@
|
||||||
"*://*.weeklytimesnow.com.au/*",
|
"*://*.weeklytimesnow.com.au/*",
|
||||||
"*://*.westernadvocate.com.au/*",
|
"*://*.westernadvocate.com.au/*",
|
||||||
"*://*.wired.com/*",
|
"*://*.wired.com/*",
|
||||||
|
"*://*.wiwo.de/*",
|
||||||
"*://*.worldpoliticsreview.com/*",
|
"*://*.worldpoliticsreview.com/*",
|
||||||
"*://*.wp.de/*",
|
"*://*.wp.de/*",
|
||||||
"*://*.wr.de/*",
|
"*://*.wr.de/*",
|
||||||
|
@ -337,5 +338,5 @@
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"version": "1.9.2.1"
|
"version": "1.9.2.2"
|
||||||
}
|
}
|
1
sites.js
1
sites.js
|
@ -214,6 +214,7 @@ var defaultSites =
|
||||||
"Westfälische Rundschau": "wr.de",
|
"Westfälische Rundschau": "wr.de",
|
||||||
"Winston-Salem Journal": "journalnow.com",
|
"Winston-Salem Journal": "journalnow.com",
|
||||||
"Wired": "wired.com",
|
"Wired": "wired.com",
|
||||||
|
"WirtschaftsWoche": "wiwo.de",
|
||||||
"World Politics Review": "worldpoliticsreview.com",
|
"World Politics Review": "worldpoliticsreview.com",
|
||||||
"——— Block Paywall-scripts ———": "###",
|
"——— Block Paywall-scripts ———": "###",
|
||||||
"Amp-access": "cdn.ampproject.org",
|
"Amp-access": "cdn.ampproject.org",
|
||||||
|
|
Loading…
Reference in a new issue