Questions tagged [adblock]

AdBlockers are the range of tools aimed to remove advertisements from web-pages.

Tools to block advertisements include:

  • Native in-browser tools (Opera's content blocker, IE9's tracking protection)
  • Browser add-ons (AdBlock Plus)
  • Greasemonkey scripts
  • External applications (AdMuncher)
  • System level IP/Domain filtration (via firewall, or editing Hosts file)

Adblockers have significant impact on website monetisation, and thus - are frequently tried to be circumvented by certain website authors / owners.

420 questions
12
votes
3 answers

ABP Custom Filter - How to select/Hide Parent element

I want to know if there is a way to hide parent element of an identified element. for example:
some garbage content
other garbage containers not having any class or id
The custom filter of AdBlockPlus…
Raheel Hasan
  • 5,753
  • 4
  • 39
  • 70
11
votes
4 answers

Detect adblock and javascript

I wish to detect adblocking software on my website and ask users to disable adblock by redirecting. The only way I found was using Javascript. Is there any other way of detection ? If not, how do I detect if Javascript is disabled and redirect them…
Dheeraj
  • 233
  • 1
  • 5
  • 14
11
votes
1 answer

How to disable FuckAdBlock

so most of you must be using the AdBlock or AdBlock Plus plugin in your browsers to stop the annoying ads and popups from getting displayed. But now some devs have developed a script FuckAdBlock that helps the site owner to detect whether I have…
Harry
  • 1,572
  • 2
  • 17
  • 31
11
votes
1 answer

Integrate chrome extensions with phantomjs

Is there a way we can install chrome extensions (.crx) with phantomjs? My task here is to integrate adblockplus with phantomjs so that I can filter all the ad-urls and report using phantomjs. Or any other way to integrate the adblockplus extension…
Devaroop
  • 7,900
  • 2
  • 37
  • 34
10
votes
1 answer

How to Activate AdBlocker in Chrome using Selenium WebDriver?

I would like to activate Adblocker for Chrome with Selenium WebDriver Java. How can it be done?
user2145488
9
votes
0 answers

Mobile UC Browser blocking CDN assets

I have website setup to serve static files via CDN. I'm using cloudfront CDN. When i open my website on mobile using UC Browser. it only loads the HTML page and do not accepts the files(images,.js,.css, etc..) delivered by CDN. However When I turn…
user10412607
9
votes
1 answer

Possible to save a filter in the Chrome console?

I have an adblocker installed, which means that whenever I open up Chrome's console I'm greeted by dozens of net::ERR_BLOCKED_BY_CLIENT entries. I can filter them out with something like ^((?!net::ERR_BLOCKED_BY_CLIENT).)+$, but filters are not…
O-kasso
  • 136
  • 6
8
votes
0 answers

"ERR_BLOCKED_BY_CLIENT" error on XHR request (sentry.io, maps.googleapis.com) by uBlock Origin like ad-blockers

Some of the XHR requests on my website is getting blocked by the uBlock origin adblocker it is throwing error like this GET https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true net::ERR_BLOCKED_BY_CLIENT POST…
Sakshi Mahajan
  • 449
  • 4
  • 11
8
votes
2 answers

How to remove the css rule "body overflow:hidden" automatically

In some web pages entering with adblock installed is added in the body the "overflow:hidden" css style, preventing the scroll of a website. Example: Website Some…
7
votes
2 answers

Google AdSense and AdBlock

I have Google AdSense ads on my site, and AdBlock blocks them, which is fine. When they are blocked, I would like to display alternate content. The problem is that when the ads are blocked, there are two things that can happen: 1) The ad is…
StronglyTyped
  • 2,134
  • 5
  • 28
  • 48
7
votes
2 answers

Avoid/Bypass Dev tools detection in Chrome?

I've been trying to get a video source from a web site but when I open the dev tools to do so, It shows me this message: "Dont open Developer Tools". So far I have tried: Turn off javascript ->doesn't work, doesn't load the video. Find the…
7
votes
3 answers

Gracefully handling AngularJS Error: $injector:nomod Module Unavailable

My angular app depends on a third-party angular service: var app = angular.module("ninjaModule", ['angular-google-analytics']); The app loads up just fine, as long as my ad-blocking plugins are off. However, with ad-blockers on angular throws an…
Paweł Rychlik
  • 677
  • 7
  • 12
6
votes
0 answers

Possible to Catch ERR_BLOCKED_BY_CLIENT Axios?

I am using axios to do my ajax requests and I have something like this axiosInstance.interceptors.response.use( function(response) { return response; }, function(error) { if (error.message === 'Network Error') { toast.dismiss(); …
chobo2
  • 83,322
  • 195
  • 530
  • 832
6
votes
1 answer

Why Do Ad Blockers Block Blobs?

Ad blockers block all new tabs opened if the content is a blob. I assume there's some reason behind this, but I can't figure it out. I don't think there's anything particularly insecure about blobs, or the browser itself would block them, so why do…
Pharylon
  • 9,796
  • 3
  • 35
  • 59
6
votes
1 answer

Double pipe in front of URL - Regex?

Looking at URL listings for adblockers and seeing entries with double pipes preceding the URL: ||akamai.net^*.247realmedia.com/$third-party Anyone know what these double pipes refer to? Thanks
Ben Rondeau
  • 2,983
  • 1
  • 15
  • 21
1
2
3
27 28