Fix DeMorgen.be
This commit is contained in:
parent
a46cf6ebd0
commit
f22e8ed224
@ -23,6 +23,7 @@ var allow_cookies = [
|
||||
'clarin.com',
|
||||
'couriermail.com.au',
|
||||
'dailytelegraph.com.au',
|
||||
'demorgen.be',
|
||||
'dn.se',
|
||||
'dvhn.nl',
|
||||
'elmercurio.com',
|
||||
|
@ -108,7 +108,7 @@ if (window.location.href.indexOf("nzherald.co.nz") !== -1) {
|
||||
}
|
||||
}
|
||||
|
||||
if (window.location.href.indexOf("parool.nl") !== -1 || window.location.href.indexOf("trouw.nl") !== -1 || window.location.href.indexOf("volkskrant.nl") !== -1 || window.location.href.indexOf("humo.be") !== -1) {
|
||||
if (window.location.href.indexOf("parool.nl") !== -1 || window.location.href.indexOf("trouw.nl") !== -1 || window.location.href.indexOf("volkskrant.nl") !== -1 || window.location.href.indexOf("humo.be") !== -1 || window.location.href.indexOf("demorgen.be") !== -1) {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const paywall = document.querySelector('div[data-temptation-position="ARTICLE_BOTTOM"]');
|
||||
const hidden_section = document.querySelector('div[data-temptation-position="ARTICLE_INLINE"]');
|
||||
|
Loading…
x
Reference in New Issue
Block a user