mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Add Humo.be
This commit is contained in:
parent
2cfed0a2c3
commit
92a7de43e5
4 changed files with 4 additions and 1 deletions
|
@ -170,6 +170,7 @@
|
|||
[De Tijd](https://www.tijd.be) -
|
||||
[Groene Amsterdammer](https://www.groene.nl) -
|
||||
[Het Financieel Dagblad](https://fd.nl) -
|
||||
[Humo.be]{https://www.humo.be} -
|
||||
[Leeuwarder Courant](https://www.lc.nl) -
|
||||
[NRC Handelsblad](https://www.nrc.nl) -
|
||||
[Parool](https://www.parool.nl) -
|
||||
|
|
|
@ -32,6 +32,7 @@ var allow_cookies = [
|
|||
'haaretz.com',
|
||||
'handelsblatt.com',
|
||||
'heraldsun.com.au',
|
||||
'humo.be',
|
||||
'kleinezeitung.at',
|
||||
'lemonde.fr',
|
||||
'lc.nl',
|
||||
|
|
|
@ -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', () => {
|
||||
const paywall = document.querySelector('div[data-temptation-position="ARTICLE_BOTTOM"]');
|
||||
const hidden_section = document.querySelector('div[data-temptation-position="ARTICLE_INLINE"]');
|
||||
|
|
1
sites.js
1
sites.js
|
@ -51,6 +51,7 @@ var defaultSites =
|
|||
"Harvard Business Review Taiwan": "hbrtaiwan.com",
|
||||
"Herald Sun": "heraldsun.com.au",
|
||||
"Het Financieel Dagblad": "fd.nl",
|
||||
"Humo.be": "humo.be",
|
||||
"Inc.com": "inc.com",
|
||||
"Illawarra Mercury": "illawarramercury.com.au",
|
||||
"Kleine Zeitung": "kleinezeitung.at",
|
||||
|
|
Loading…
Reference in a new issue