Add Handelszeitung.ch

This commit is contained in:
magnolia1234 2022-07-07 18:51:32 +02:00
parent 1dcf13b7b5
commit 4be75071cc
6 changed files with 12 additions and 35 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -42,10 +42,6 @@
"useragent": "googlebot", "useragent": "googlebot",
"amp_unhide": 1 "amp_unhide": 1
}, },
"Artforum": {
"domain": "artforum.com",
"new_site": 1
},
"Automobilwoche": { "Automobilwoche": {
"domain": "automobilwoche.de", "domain": "automobilwoche.de",
"allow_cookies": 1, "allow_cookies": 1,
@ -92,11 +88,10 @@
} }
] ]
}, },
"Initium Media": { "Handelszeitung.ch": {
"domain": "theinitium.com",
"allow_cookies": 1, "allow_cookies": 1,
"useragent": "googlebot", "domain": "handelszeitung.ch",
"new_site": 1 "useragent": "googlebot"
}, },
"Knack.be": { "Knack.be": {
"domain": "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": { "Le Vif.be": {
"domain": "levif.be", "domain": "levif.be",
"allow_cookies": 1, "allow_cookies": 1,
@ -149,12 +129,6 @@
} }
] ]
}, },
"The Banker": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot",
"new_site": 1
},
"The Wall Street Journal": { "The Wall Street Journal": {
"domain": "wsj.com", "domain": "wsj.com",
"allow_cookies": 1, "allow_cookies": 1,