Add Handelszeitung.ch

merge-requests/7/head
magnolia1234 2 years ago
parent 1dcf13b7b5
commit 4be75071cc

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

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Architectural Digest (Conde Nast)
Add Handelszeitung.ch
Fix ABC.es (mobile)
Fix Knack.be & LeVif.be (subdomains-text)
Fix WSJ (no Googlebot)

@ -51,11 +51,6 @@
"domain": "gplanet.co.il",
"ld_json": "div.subscription-form|div.content-inner"
},
"Handelszeitung.ch": {
"allow_cookies": 1,
"domain": "handelszeitung.ch",
"useragent": "googlebot"
},
"Heraldscotland.com": {
"allow_cookies": 1,
"block_regex": "\\.tinypass\\.com\\/",

@ -255,6 +255,7 @@
"*://*.haaretz.co.il/*",
"*://*.haaretz.com/*",
"*://*.haarlemsdagblad.nl/*",
"*://*.handelszeitung.ch/*",
"*://*.harpers.org/*",
"*://*.haz.de/*",
"*://*.hbr.org/*",
@ -689,5 +690,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.7.4.4"
"version": "2.7.4.5"
}

@ -728,6 +728,11 @@ var defaultSites = {
block_regex: /haaretz\.co\.il\/htz\/js\/inter\.js/,
useragent: "bingbot"
},
"Handelszeitung.ch": {
allow_cookies: 1,
domain: "handelszeitung.ch",
useragent: "googlebot"
},
"Harper's Magazine": {
domain: "harpers.org"
},

@ -42,10 +42,6 @@
"useragent": "googlebot",
"amp_unhide": 1
},
"Artforum": {
"domain": "artforum.com",
"new_site": 1
},
"Automobilwoche": {
"domain": "automobilwoche.de",
"allow_cookies": 1,
@ -92,11 +88,10 @@
}
]
},
"Initium Media": {
"domain": "theinitium.com",
"Handelszeitung.ch": {
"allow_cookies": 1,
"useragent": "googlebot",
"new_site": 1
"domain": "handelszeitung.ch",
"useragent": "googlebot"
},
"Knack.be": {
"domain": "knack.be",
@ -116,21 +111,6 @@
}
]
},
"L'Avenir": {
"domain": "lavenir.net",
"allow_cookies": 1,
"cs_code": [{
"cond": "div.is-preview",
"rm_elem": 1,
"elems": [{
"cond": "div.is-hidden",
"rm_class": "is-hidden"
}
]
}
],
"new_site": 1
},
"Le Vif.be": {
"domain": "levif.be",
"allow_cookies": 1,
@ -149,12 +129,6 @@
}
]
},
"The Banker": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot",
"new_site": 1
},
"The Wall Street Journal": {
"domain": "wsj.com",
"allow_cookies": 1,

Loading…
Cancel
Save