QUOTE(Nanashi Genmu @ Sep 13 2015, 02:54)

Andie-chan got it right. by the way since we are in this topic, while using a adblocking addon, there's one site I go that detect it and show a horrible javascript prompt about this. I'm using noscipt, but allowed javascript for that page or else wouldn't be able to download stuff. Is there a way to find and block this specific element?
Yes, there is.
These instructions are for firefox, but something similar should be possible in chrome.
Go to the site, right click on the popup and select "Inspect Element (Q)" or the equivalent on your browser.
Now, you'll see the page's source code with the element you clicked on expanded. A bit of familiarity with HTML is needed to understand what you're looking at, but if you mouse over each HTML tag you will see the corresponding area of the page highlighted. Find the one you want to hide, then refer to this guide: [
adblockplus.org]
https://adblockplus.org/filters#elemhideCreate a new filter by clicking on the ABP icon, selecting filter preferences, then custom filters and add filter. Type in the appropriate element selector (eg. example.com##div.annoyingthing), and then you should see the element disappear after a few seconds.
Alternative, you could try using this addon: [
addons.mozilla.org]
https://addons.mozilla.org/en-GB/firefox/ad...elemhidehelper/I haven't tried it myself, so I can't comment on how well it works.