- Joined
- Apr 16, 2025
I use Windows 10 and Firefox 138 with uBlock Origin. I use this site to download age restricted videos from Youtube. I paste a link into the box, wait a few seconds and a list of available variants appears. When I click one of the green "download" buttons, it activates a script that opens a new tab and loads another site. You can clearly see the script in page source view:
<script type='text/javascript' src='//promdamagecomplain.com/1c/75/5a/1c755ae288cf77acfe873bf08cfc2107.js'></script>
I want my browser to ignore the script completely - no pop-ups, no redirects, no uBlock warning, no nothing.
- completely disabling Javascript (I use Disable Javascript) breaks the site, so I think that's out of the question.
- I can't find any about
onfig entries that would solve this problem. I tried browser.link.open_newwindow and the like. No dice.
- same with uBlock. I tried:
||promdamagecomplain.com/1c/75/5a/1c755ae288cf77acfe873bf08cfc2107.js$script
y2matego.com##+js(noopFunc, open)
||promdamagecomplain.com^$script
- the domain promdamagecomplain.com is on the Easy List, which is one of uBlock's importable public filter lists. It prevents the page from loading, but it doesn't stop the pop-up, which is the bigger issue. It might conflict with other measures I tried, but at this point I'm rather confused already.
<script type='text/javascript' src='//promdamagecomplain.com/1c/75/5a/1c755ae288cf77acfe873bf08cfc2107.js'></script>
I want my browser to ignore the script completely - no pop-ups, no redirects, no uBlock warning, no nothing.
- completely disabling Javascript (I use Disable Javascript) breaks the site, so I think that's out of the question.
- I can't find any about

- same with uBlock. I tried:
||promdamagecomplain.com/1c/75/5a/1c755ae288cf77acfe873bf08cfc2107.js$script
y2matego.com##+js(noopFunc, open)
||promdamagecomplain.com^$script
- the domain promdamagecomplain.com is on the Easy List, which is one of uBlock's importable public filter lists. It prevents the page from loading, but it doesn't stop the pop-up, which is the bigger issue. It might conflict with other measures I tried, but at this point I'm rather confused already.