mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37: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) -
|
||||
[Westdeutsche Allgemeine Zeitung](https://www.waz.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
|
||||
[Corriere Della Sera](https://www.corriere.it) -
|
||||
[Domani](https://editorialedomani.it) -
|
||||
|
|
|
@ -89,6 +89,7 @@ var allow_cookies = [
|
|||
'variety.com',
|
||||
'washingtonpost.com',
|
||||
'waz.de',
|
||||
'wiwo.de',
|
||||
'worldpoliticsreview.com',
|
||||
'wp.de',
|
||||
'wr.de',
|
||||
|
@ -152,6 +153,7 @@ var use_google_bot_default = [
|
|||
'themarker.com',
|
||||
'thetimes.co.uk',
|
||||
'washingtonpost.com',
|
||||
'wiwo.de',
|
||||
'worldpoliticsreview.com',
|
||||
'zeit.de',
|
||||
];
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add Deutsche Wirtschafts Nachrichten
|
||||
Add WirtschaftsWoche (Germany)
|
||||
|
||||
* v1.9.2.0 (2020-10-25)
|
||||
Add Foreign Affairs
|
||||
|
|
|
@ -288,6 +288,7 @@
|
|||
"*://*.weeklytimesnow.com.au/*",
|
||||
"*://*.westernadvocate.com.au/*",
|
||||
"*://*.wired.com/*",
|
||||
"*://*.wiwo.de/*",
|
||||
"*://*.worldpoliticsreview.com/*",
|
||||
"*://*.wp.de/*",
|
||||
"*://*.wr.de/*",
|
||||
|
@ -337,5 +338,5 @@
|
|||
"webRequest",
|
||||
"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",
|
||||
"Winston-Salem Journal": "journalnow.com",
|
||||
"Wired": "wired.com",
|
||||
"WirtschaftsWoche": "wiwo.de",
|
||||
"World Politics Review": "worldpoliticsreview.com",
|
||||
"——— Block Paywall-scripts ———": "###",
|
||||
"Amp-access": "cdn.ampproject.org",
|
||||
|
|
Loading…
Reference in a new issue