mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 01:11:04 +00:00
Add Wiwo.de
This commit is contained in:
parent
5a23ad1711
commit
5a94880b6e
@ -531,7 +531,8 @@ Grouped in options:\
|
|||||||
[Süddeutsche Zeitung (link to archive.is)](https://www.sueddeutsche.de) -
|
[Süddeutsche Zeitung (link to archive.is)](https://www.sueddeutsche.de) -
|
||||||
[Volksstimme](https://www.volksstimme.de) -
|
[Volksstimme](https://www.volksstimme.de) -
|
||||||
[Weltkunst](https://www.weltkunst.de) -
|
[Weltkunst](https://www.weltkunst.de) -
|
||||||
[Westdeutsche Zeitung](https://www.wz.de)
|
[Westdeutsche Zeitung](https://www.wz.de) -
|
||||||
|
[WirtschaftsWoche](https://www.wiwo.de)
|
||||||
|
|
||||||
Grouped in options:\
|
Grouped in options:\
|
||||||
*Funke Mediengruppe* sites like (opt-in to custom sites for unlisted)\
|
*Funke Mediengruppe* sites like (opt-in to custom sites for unlisted)\
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Changelog Bypass Paywalls Clean - Firefox
|
Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
|
Add Wiwo.de
|
||||||
|
|
||||||
* v2.9.8.0 (2022-12-18)
|
* v2.9.8.0 (2022-12-18)
|
||||||
Add CaravanMagazine.in
|
Add CaravanMagazine.in
|
||||||
|
@ -669,6 +669,7 @@
|
|||||||
"*://*.westfalen-blatt.de/*",
|
"*://*.westfalen-blatt.de/*",
|
||||||
"*://*.winnipegfreepress.com/*",
|
"*://*.winnipegfreepress.com/*",
|
||||||
"*://*.wired.com/*",
|
"*://*.wired.com/*",
|
||||||
|
"*://*.wiwo.de/*",
|
||||||
"*://*.wn.de/*",
|
"*://*.wn.de/*",
|
||||||
"*://*.womenshealthmag.com/*",
|
"*://*.womenshealthmag.com/*",
|
||||||
"*://*.womensrunning.com/*",
|
"*://*.womensrunning.com/*",
|
||||||
@ -714,5 +715,5 @@
|
|||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "2.9.8.0"
|
"version": "2.9.8.2"
|
||||||
}
|
}
|
||||||
|
5
sites.js
5
sites.js
@ -2155,6 +2155,11 @@ var defaultSites = {
|
|||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
block_regex: /(account\.winnipegfreepress\.com\/api\/v\d\/auth\/identify|cdn\.cxense\.com\/)/
|
block_regex: /(account\.winnipegfreepress\.com\/api\/v\d\/auth\/identify|cdn\.cxense\.com\/)/
|
||||||
},
|
},
|
||||||
|
"WirtschaftsWoche": {
|
||||||
|
domain: "wiwo.de",
|
||||||
|
allow_cookies: 1,
|
||||||
|
useragent: "facebookbot"
|
||||||
|
},
|
||||||
"* Block general paywall-scripts (opt-in to custom sites to enable also for unlisted sites)": {
|
"* Block general paywall-scripts (opt-in to custom sites to enable also for unlisted sites)": {
|
||||||
domain: "###"
|
domain: "###"
|
||||||
},
|
},
|
||||||
|
@ -20,6 +20,11 @@
|
|||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"block_regex": "\\.washingtonpost\\.com\\/tetro\\/metering\\/evaluate"
|
"block_regex": "\\.washingtonpost\\.com\\/tetro\\/metering\\/evaluate"
|
||||||
},
|
},
|
||||||
|
"WirtschaftsWoche": {
|
||||||
|
"domain": "wiwo.de",
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"useragent": "facebookbot"
|
||||||
|
},
|
||||||
"Qiota": {
|
"Qiota": {
|
||||||
"domain": "qiota.com",
|
"domain": "qiota.com",
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user