AliasIO / demodal

Demodal is a browser extension that automatically removes content blocking modals including paywalls, discount offers, promts to sign up or enter your email address and more.
https://www.demodal.com
MIT License
245 stars 22 forks source link

modal not blocked on celticseasalt.com #19

Closed ghost closed 1 year ago

ghost commented 1 year ago

The modal on this website isn't being blocked: https://www.celticseasalt.com/ Instructions for replication: Enter the site, wait about 5 seconds, and it pops up.

Screenshot from 2023-07-29 02-31-56

I modified your code you suggested to me from my previous issue into this, but it doesn't remove it:

{
  "celticseasalt.com": {
    "body div[style*='z-index']": "removeIf 'Join'"
  }
}

By the way, is reporting unblocked modals here in the issues page the way we improve Demodal for future versions?

Thanks either way. Cookie and newsletter modals are the bane of my internet experience and your addon helps restore some sanity.

AliasIO commented 1 year ago

Try this:

{
  "celticseasalt.com": {
    ".notice1LD": "remove"
  }
}
ghost commented 1 year ago

Thank you.