0

I use adblock plus to remove annoying ads especially on cpasbien.pw (on firefox / ubuntu 12.04, 64 bit.) The problem is when activating it, not only the ads are blocked, but also the download tab is hidden. So I can't download with adblock activated

Please help me solve this problem.

kaskan
  • 11

1 Answers1

2

It's fairly trivial to detect somebody using adblock (disclaimer: mine) and by extension, either disable things on the page or make them not load in the first place. I would suggest that this site of yours is doing just that.

Your options are:

  • Find the script (on their site) that's detecting ABP, find out how it's doing that and write a userscript to counteract their scripting.
  • Find a different blocker (eg µblock) and see if that exhibits the same issues.
  • Try full javascript blocking for that page (still detectable and may still cause issues) with something like NoScript.
  • Disable ABP for that site and live with the ads.
  • Use another site.
Oli
  • 299,380