mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 22:04:29 +02:00
Remove delfi.ee
This commit is contained in:
parent
e2d95e8d1a
commit
5a861cc1c4
@ -50,7 +50,6 @@
|
|||||||
[De Speld](https://speld.nl)\
|
[De Speld](https://speld.nl)\
|
||||||
[De Tijd](https://www.tijd.be)\
|
[De Tijd](https://www.tijd.be)\
|
||||||
[De Volkskrant](https://www.volkskrant.nl)\
|
[De Volkskrant](https://www.volkskrant.nl)\
|
||||||
[DELFI](https://www.delfi.ee)\
|
|
||||||
[DeMorgen](https://www.demorgen.be)\
|
[DeMorgen](https://www.demorgen.be)\
|
||||||
[Denver Post](https://www.denverpost.com)\
|
[Denver Post](https://www.denverpost.com)\
|
||||||
[Diario Financiero](https://www.df.cl)\
|
[Diario Financiero](https://www.df.cl)\
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
"*://*.businessinsider.com/*",
|
"*://*.businessinsider.com/*",
|
||||||
"*://*.caixinglobal.com/*",
|
"*://*.caixinglobal.com/*",
|
||||||
"*://*.canberratimes.com.au/*",
|
"*://*.canberratimes.com.au/*",
|
||||||
"*://*.delfi.ee/*",
|
|
||||||
"*://*.economist.com/*",
|
"*://*.economist.com/*",
|
||||||
"*://*.ed.nl/*",
|
"*://*.ed.nl/*",
|
||||||
"*://*.editorialedomani.it/*",
|
"*://*.editorialedomani.it/*",
|
||||||
|
@ -493,11 +493,6 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
} else if (matchDomain('vanityfair.com')) {
|
} else if (matchDomain('vanityfair.com')) {
|
||||||
const paywall = document.querySelector('.paywall-bar');
|
const paywall = document.querySelector('.paywall-bar');
|
||||||
removeDOMElement(paywall);
|
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'])) {
|
} else if (matchDomain(['postimees.ee', 'elu24.ee'])) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
// Remove 'adblocker-detected' footer notification
|
// Remove 'adblocker-detected' footer notification
|
||||||
|
@ -27,7 +27,6 @@ const defaultSites = {
|
|||||||
'De Stentor': 'destentor.nl',
|
'De Stentor': 'destentor.nl',
|
||||||
'De Tijd': 'tijd.be',
|
'De Tijd': 'tijd.be',
|
||||||
'de Volkskrant': 'volkskrant.nl',
|
'de Volkskrant': 'volkskrant.nl',
|
||||||
'DELFI': 'delfi.ee',
|
|
||||||
'Diario Financiero': 'df.cl',
|
'Diario Financiero': 'df.cl',
|
||||||
'Domani': 'editorialedomani.it',
|
'Domani': 'editorialedomani.it',
|
||||||
'Dynamed Plus': 'dynamed.com',
|
'Dynamed Plus': 'dynamed.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user