Fix Knack.be
This commit is contained in:
parent
9157ebcd8c
commit
200fe6f0b7
@ -346,7 +346,7 @@ var blockedRegexes = {
|
|||||||
'irishtimes.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js/,
|
'irishtimes.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js/,
|
||||||
'japantimes.co.jp': /\.piano\.io\//,
|
'japantimes.co.jp': /\.piano\.io\//,
|
||||||
'jpost.com': /\.jpost\.com\/bundles\/js_article\?/,
|
'jpost.com': /\.jpost\.com\/bundles\/js_article\?/,
|
||||||
'knack.be': /\.knack\.be\/js\/responsive\/rmgModal\.js/,
|
'knack.be': /(\.knack\.be\/js\/responsive\/rmg(Modal|Paywall)\.js|\.blueconic\.net\/)/,
|
||||||
'kurier.at': /\.tinypass\.com\//,
|
'kurier.at': /\.tinypass\.com\//,
|
||||||
'la-croix.com': /(\.la-croix\.com\/build\/lacroix\/article.+\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
|
'la-croix.com': /(\.la-croix\.com\/build\/lacroix\/article.+\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
|
||||||
'lasegunda.com': /\.(lasegunda\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/,
|
'lasegunda.com': /\.(lasegunda\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/,
|
||||||
|
@ -9,6 +9,7 @@ Fix Bloomberg (charts)
|
|||||||
Fix Business Standard
|
Fix Business Standard
|
||||||
Fix Il Tirreno (GElocal.it)
|
Fix Il Tirreno (GElocal.it)
|
||||||
Fix Financial Times (amp)
|
Fix Financial Times (amp)
|
||||||
|
Fix Knack.be
|
||||||
Fix La Croix (timing)
|
Fix La Croix (timing)
|
||||||
Fix The Globe and Mail
|
Fix The Globe and Mail
|
||||||
Fix The New Yorker (homepage)
|
Fix The New Yorker (homepage)
|
||||||
|
@ -1188,7 +1188,7 @@ else if (matchDomain('ftm.nl')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if (matchDomain('knack.be')) {
|
else if (matchDomain('knack.be')) {
|
||||||
let paywall = document.querySelector('.rmgPaywall');
|
let paywall = document.querySelector('[class$="Paywall"], #paywall-modal-below');
|
||||||
if (paywall) {
|
if (paywall) {
|
||||||
removeDOMElement(paywall);
|
removeDOMElement(paywall);
|
||||||
let hidden_body = document.querySelector('div.rmgDetail-body div');
|
let hidden_body = document.querySelector('div.rmgDetail-body div');
|
||||||
|
@ -39,5 +39,5 @@
|
|||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
],
|
],
|
||||||
"version": "2.4.0.5"
|
"version": "2.4.0.6"
|
||||||
}
|
}
|
@ -544,5 +544,5 @@
|
|||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.4.0.5"
|
"version": "2.4.0.6"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user