Add Humo.be

This commit is contained in:
magnolia1234 2020-02-25 23:33:18 +01:00 committed by GitHub
parent 2cfed0a2c3
commit 92a7de43e5
4 changed files with 4 additions and 1 deletions

View file

@ -170,6 +170,7 @@
[De Tijd](https://www.tijd.be) - [De Tijd](https://www.tijd.be) -
[Groene Amsterdammer](https://www.groene.nl) - [Groene Amsterdammer](https://www.groene.nl) -
[Het Financieel Dagblad](https://fd.nl) - [Het Financieel Dagblad](https://fd.nl) -
[Humo.be]{https://www.humo.be} -
[Leeuwarder Courant](https://www.lc.nl) - [Leeuwarder Courant](https://www.lc.nl) -
[NRC Handelsblad](https://www.nrc.nl) - [NRC Handelsblad](https://www.nrc.nl) -
[Parool](https://www.parool.nl) - [Parool](https://www.parool.nl) -

View file

@ -32,6 +32,7 @@ var allow_cookies = [
'haaretz.com', 'haaretz.com',
'handelsblatt.com', 'handelsblatt.com',
'heraldsun.com.au', 'heraldsun.com.au',
'humo.be',
'kleinezeitung.at', 'kleinezeitung.at',
'lemonde.fr', 'lemonde.fr',
'lc.nl', 'lc.nl',

View file

@ -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) { 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) {
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
const paywall = document.querySelector('div[data-temptation-position="ARTICLE_BOTTOM"]'); const paywall = document.querySelector('div[data-temptation-position="ARTICLE_BOTTOM"]');
const hidden_section = document.querySelector('div[data-temptation-position="ARTICLE_INLINE"]'); const hidden_section = document.querySelector('div[data-temptation-position="ARTICLE_INLINE"]');

View file

@ -51,6 +51,7 @@ var defaultSites =
"Harvard Business Review Taiwan": "hbrtaiwan.com", "Harvard Business Review Taiwan": "hbrtaiwan.com",
"Herald Sun": "heraldsun.com.au", "Herald Sun": "heraldsun.com.au",
"Het Financieel Dagblad": "fd.nl", "Het Financieel Dagblad": "fd.nl",
"Humo.be": "humo.be",
"Inc.com": "inc.com", "Inc.com": "inc.com",
"Illawarra Mercury": "illawarramercury.com.au", "Illawarra Mercury": "illawarramercury.com.au",
"Kleine Zeitung": "kleinezeitung.at", "Kleine Zeitung": "kleinezeitung.at",