mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:04:26 +02:00
Remove delfi.ee
This commit is contained in:
parent
e2d95e8d1a
commit
5a861cc1c4
@ -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)\
|
||||
|
@ -19,7 +19,6 @@
|
||||
"*://*.businessinsider.com/*",
|
||||
"*://*.caixinglobal.com/*",
|
||||
"*://*.canberratimes.com.au/*",
|
||||
"*://*.delfi.ee/*",
|
||||
"*://*.economist.com/*",
|
||||
"*://*.ed.nl/*",
|
||||
"*://*.editorialedomani.it/*",
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user