mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-09 02:14:24 +02:00
parent
dac780498d
commit
45ab0e86ab
@ -497,8 +497,8 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
removeDOMElement(paywall);
|
removeDOMElement(paywall);
|
||||||
} else if (matchDomain('delfi.ee')) {
|
} else if (matchDomain('delfi.ee')) {
|
||||||
// Remove 'adblocker-detected' notification overlay
|
// Remove 'adblocker-detected' notification overlay
|
||||||
document.body.classList.remove('adb-curtain');
|
document.body.classList.remove('U-overflow-hidden');
|
||||||
const el = document.getElementById('ab--notification-header');
|
const el = document.getElementsByClassName('C-ad-block-layer')[0];
|
||||||
removeDOMElement(el);
|
removeDOMElement(el);
|
||||||
} else if (matchDomain(['postimees.ee', 'elu24.ee'])) {
|
} else if (matchDomain(['postimees.ee', 'elu24.ee'])) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user