diff --git a/README.md b/README.md index 9d6b149..314efdc 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/changelog.txt b/changelog.txt index 52c09c7..5605fa2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add Automobilwoche * v2.6.5.0 (2022-04-18) Add Aftonbladet.se diff --git a/manifest.json b/manifest.json index d7f1c68..97f3991 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/sites.js b/sites.js index 38f8134..6a27068 100644 --- a/sites.js +++ b/sites.js @@ -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", diff --git a/sites_updated.json b/sites_updated.json index 70b6cff..2d5295a 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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,