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

modals on ultimate-guitar.com #18

Closed ghost closed 1 year ago

ghost commented 1 year ago

There are at least two obnoxious time-delayed modals that appear on the popular song chords website ultimate-guitar.com:

Example link: https://tabs.ultimate-guitar.com/tab/in-extremo/ai-vis-lo-lop-chords-1101970

The first is a sign-up modal that appears after about 20 seconds: Screenshot from 2023-06-16 00-27-14

The second is an app advertising modal that appears after about about 60 seconds: Screenshot_20230616-005434_DuckDuckGo

AliasIO commented 1 year ago

This definition should take care of the sign up prompt. I haven't seen the second modal come up.

{
  "tabs.ultimate-guitar.com": {
    "body div[style*='z-index']": "removeIf 'Sign up'"
  }
}
ghost commented 1 year ago

Thank you!