mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-10-31 21:20:11 +00:00
Fix-update Haaretz.com (anti-adblocker)
Maybe also disable your adblocker (DisConnect works fine).
This commit is contained in:
parent
c275298c8d
commit
ec203059d2
@ -328,11 +328,6 @@ else if (matchDomain("technologyreview.com")) {
|
||||
removeDOMElement(meter);
|
||||
}
|
||||
|
||||
else if (matchDomain("haaretz.com")) {
|
||||
const popup = document.querySelector('.footer-ruler');
|
||||
removeDOMElement(popup);
|
||||
}
|
||||
|
||||
else if (matchDomain("asia.nikkei.com")) {
|
||||
const popup = document.querySelector('.pw-widget--popup');
|
||||
removeDOMElement(popup);
|
||||
|
Loading…
Reference in New Issue
Block a user