mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 04:04:26 +02:00
parent
dac780498d
commit
45ab0e86ab
@ -497,8 +497,8 @@ if (matchDomain('elmercurio.com')) {
|
||||
removeDOMElement(paywall);
|
||||
} else if (matchDomain('delfi.ee')) {
|
||||
// Remove 'adblocker-detected' notification overlay
|
||||
document.body.classList.remove('adb-curtain');
|
||||
const el = document.getElementById('ab--notification-header');
|
||||
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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user