Remove delfi.ee

This commit is contained in:
Adam 2021-05-23 14:01:26 -07:00
parent e2d95e8d1a
commit 5a861cc1c4
4 changed files with 0 additions and 8 deletions

View File

@ -50,7 +50,6 @@
[De Speld](https://speld.nl)\
[De Tijd](https://www.tijd.be)\
[De Volkskrant](https://www.volkskrant.nl)\
[DELFI](https://www.delfi.ee)\
[DeMorgen](https://www.demorgen.be)\
[Denver Post](https://www.denverpost.com)\
[Diario Financiero](https://www.df.cl)\

View File

@ -19,7 +19,6 @@
"*://*.businessinsider.com/*",
"*://*.caixinglobal.com/*",
"*://*.canberratimes.com.au/*",
"*://*.delfi.ee/*",
"*://*.economist.com/*",
"*://*.ed.nl/*",
"*://*.editorialedomani.it/*",

View File

@ -493,11 +493,6 @@ if (matchDomain('elmercurio.com')) {
} else if (matchDomain('vanityfair.com')) {
const paywall = document.querySelector('.paywall-bar');
removeDOMElement(paywall);
} else if (matchDomain('delfi.ee')) {
// Remove 'adblocker-detected' notification overlay
document.body.classList.remove('U-overflow-hidden');
const el = document.getElementsByClassName('C-ad-block-layer')[0];
removeDOMElement(el);
} else if (matchDomain(['postimees.ee', 'elu24.ee'])) {
setTimeout(function () {
// Remove 'adblocker-detected' footer notification

View File

@ -27,7 +27,6 @@ const defaultSites = {
'De Stentor': 'destentor.nl',
'De Tijd': 'tijd.be',
'de Volkskrant': 'volkskrant.nl',
'DELFI': 'delfi.ee',
'Diario Financiero': 'df.cl',
'Domani': 'editorialedomani.it',
'Dynamed Plus': 'dynamed.com',