Add Beobachter.ch

merge-requests/7/head
magnolia1234 2 years ago
parent 50513a09a7
commit 45a9e50f83

@ -636,6 +636,7 @@ Grouped in options:\
[NyTeknik](https://www.nyteknik.se)
##### Switzerland
[Beobachter](https://www.beobachter.ch) -
[Neue Zürcher Zeitung (+ regional/opt-in to custom sites)](https://www.nzz.ch) -
[The Market](https://themarket.ch)

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Beobachter.ch
Add BQ Prime (former Bloomberg Quint)
Add ilTirreno.it
Add Spiegel.de (link to archive.is)

@ -10,11 +10,6 @@
"domain": "bauernzeitung.ch",
"useragent": "googlebot"
},
"Beobachter.ch": {
"allow_cookies": 1,
"domain": "beobachter.ch",
"useragent": "googlebot"
},
"Brainly.com": {
"domain": "brainly.com"
},

@ -92,6 +92,7 @@
"*://*.barrons.com/*",
"*://*.belfasttelegraph.co.uk/*",
"*://*.bendigoadvertiser.com.au/*",
"*://*.beobachter.ch/*",
"*://*.berliner-zeitung.de/*",
"*://*.berlingske.dk/*",
"*://*.betamtb.com/*",
@ -687,5 +688,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.7.3.7"
"version": "2.7.3.8"
}

@ -194,6 +194,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /(cdn\.flip-pay\.com\/clients\/inm\/flip-pay\.js)/
},
"Beobachter.ch": {
allow_cookies: 1,
domain: "beobachter.ch",
useragent: "googlebot"
},
"Berliner Zeitung": {
domain: "berliner-zeitung.de",
allow_cookies: 1,

@ -30,6 +30,11 @@
"allow_cookies": 1,
"block_regex": "\\.automobilwoche\\.de\\/s3fs-public\\/js\\/js_.+\\.js"
},
"Beobachter.ch": {
"allow_cookies": 1,
"domain": "beobachter.ch",
"useragent": "googlebot"
},
"BQ Prime": {
"domain": "bqprime.com",
"allow_cookies": 1,

Loading…
Cancel
Save