diff --git a/background.js b/background.js index 82d7e40..c940fa4 100644 --- a/background.js +++ b/background.js @@ -23,6 +23,7 @@ var allow_cookies = [ 'clarin.com', 'couriermail.com.au', 'dailytelegraph.com.au', +'demorgen.be', 'dn.se', 'dvhn.nl', 'elmercurio.com', diff --git a/contentScript.js b/contentScript.js index 9c39e4c..9b44d89 100644 --- a/contentScript.js +++ b/contentScript.js @@ -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"]');