Add Kw.be

master
magnolia1234 2022-07-10 08:35:02 +02:00
parent 6f1c4c88fc
commit 0cf00310df
7 changed files with 12 additions and 3 deletions

View File

@ -579,6 +579,7 @@ Grouped in options:\
[Groene Amsterdammer](https://www.groene.nl) -
[Humo](https://www.humo.be) -
[Knack](https://www.knack.be) -
[Krant van West-Vlaanderen](https://kw.be) -
[NRC Handelsblad](https://www.nrc.nl) -
[Parool](https://www.parool.nl) -
[Telegraaf](https://www.telegraaf.nl) -

View File

@ -25,6 +25,7 @@ var restrictions = {
'foreignaffairs.com': /\.foreignaffairs\.com\/((articles|fa-caching|interviews|reviews|sites)\/)/,
'globo.com': /^((?!\/valor\.globo\.com\/).)*$/,
'lastampa.it': /^((?!\/video\.lastampa\.it\/).)*$/,
'nytimes.com': /^((?!\/timesmachine\.nytimes\.com\/).)*$/,
'science.org': /^((?!\.science\.org\/doi\/).)*$/,
'timesofindia.com': /\.timesofindia\.com($|\/($|toi-plus(\/.+)?|.+\.cms))/,
'quora.com': /^((?!quora\.com\/search\?q=).)*$/,

View File

@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Chrome
Post-release
Add Architectural Digest (Conde Nast)
Add Handelszeitung.ch
Add Kw.be
Add Outlook Business (India)
Fix ABC.es (mobile)
Fix Knack.be & LeVif.be (subdomains-text)

View File

@ -1935,7 +1935,7 @@ else if (matchDomain(['gva.be', 'hbvl.be', 'nieuwsblad.be'])) {
}, 500); // Delay (in milliseconds)
}
else if (matchDomain(['knack.be', 'levif.be'])) {
else if (matchDomain(['knack.be', 'kw.be', 'levif.be'])) {
let paywall = document.querySelector('div[id*="wall-modal"]');
if (paywall) {
removeDOMElement(paywall);

View File

@ -43,5 +43,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.7.4.6"
"version": "2.7.4.7"
}

View File

@ -307,6 +307,7 @@
"*://*.krautreporter.de/*",
"*://*.ksta.de/*",
"*://*.kurier.at/*",
"*://*.kw.be/*",
"*://*.la-croix.com/*",
"*://*.labusinessjournal.com/*",
"*://*.ladepeche.fr/*",
@ -679,5 +680,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.7.4.6"
"version": "2.7.4.7"
}

View File

@ -891,6 +891,11 @@ var defaultSites = {
domain: "rundschau-online.de",
allow_cookies: 1
},
"Krant van West-Vlaanderen": {
domain: "kw.be",
allow_cookies: 1,
block_regex: /\.blueconic\.net\//
},
"Krautreporter.de": {
domain: "krautreporter.de"
},