Merge branch 'automobilwoche' into 'master'

Add automobilwoche.de

See merge request magnolia1234/bypass-paywalls-firefox-clean!6
This commit is contained in:
magnolia1234 2022-04-18 21:00:00 +00:00
commit 0096c662c1
5 changed files with 14 additions and 1 deletions

View file

@ -448,6 +448,7 @@ Grouped in options:\
##### Germany/Austria
[Allgäuer Zeitung](https://www.allgaeuer-zeitung.de) -
[Augsburger Allgemeine](https://www.augsburger-allgemeine.de) -
[Automobilwoche](https://www.automobilwoche.de) -
[Badische Neueste Nachrichten](https://www.bnn.de) -
[Berliner Zeitung](https://www.berliner-zeitung.de) -
[Cicero](https://www.cicero.de) -

View file

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Automobilwoche
* v2.6.5.0 (2022-04-18)
Add Aftonbladet.se

View file

@ -80,6 +80,7 @@
"*://*.atavist.com/*",
"*://*.atlantico.fr/*",
"*://*.augsburger-allgemeine.de/*",
"*://*.automobilwoche.de/*",
"*://*.autonews.com/*",
"*://*.azcentral.com/*",
"*://*.backpacker.com/*",
@ -667,5 +668,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.5.0"
"version": "2.6.5.1"
}

View file

@ -144,6 +144,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /(cdn-au\.piano\.io\/api\/tinypass.+\.js|cdn\.cxense\.com\/)/
},
"Automobilwoche": {
domain: "automobilwoche.de",
allow_cookies: 1,
block_regex: /\.amazonaws\.com\/s3fs-public\/js\/js_.+\.js/
},
"Badische Neueste Nachrichten": {
allow_cookies: 1,
domain: "bnn.de",

View file

@ -11,6 +11,11 @@
"allow_cookies": 1,
"useragent": "googlebot"
},
"Automobilwoche": {
"domain": "automobilwoche.de",
"allow_cookies": 1,
"block_regex": "\\.amazonaws\\.com\\/s3fs-public\\/js\\/js_.+\\.js"
},
"Berliner Zeitung": {
"domain": "berliner-zeitung.de",
"allow_cookies": 1,