Tagged Questions

5
votes
5answers
115 views

Display Alternative Content for Users with AdBlockers

I'm working on an ad funded project. Really something subtle and content aware, not lame popups for genital enlargement etc. Since the project is ad funded, people with Ad Blockers will not benefit ...
2
votes
2answers
834 views

Can a Greasemonkey script override AdBlock filters?

I have a Greasemonkey script that is trying to access an HTML element that Adblock is disabling. Is it possible to create a workaround with the Greasemonkey script to prevent conflicts with the ...
1
vote
1answer
38 views

Script to block popups

AdBlock sometimes fails to block popups, so using Greasemonkey I want to write my own popup blocker using jQuery. Is there a way I can intercept the clicks and detect if it's going to open a popup? ...
1
vote
0answers
100 views

Advertising blocker in javascript

I am working on an ad blocker coded in javascript. I have some code from an old project, what I do so far is to loop on all the iframes and I search if the src url match a list like: ...
1
vote
0answers
295 views

Converting adblock detecting javascript to jQuery

I got this ad blocking code from http://adblockdetector.com/ (function () { var _ab = false; var _af = undefined; var _am = undefined; function detect_ab() { _af = ...
1
vote
3answers
1k views

Altering IFrame attributes from within the IFrame source. Is it possible?

On my computer, I'm using a custom adblock based on HOSTS redirection (so I can have adblock in Chrome). I'm running IIS on my machine, so I have a custom blank 404 error that displays when an ...
0
votes
3answers
85 views

Is there an option to block some content in web browser without ID of that element?

Is there an option to block some content in web browser without ID of that element? I want to hide comments from one user on one website. Because I'm using firefox, I tryed AdBlock extension, but ...
0
votes
2answers
363 views

How can I detect if my AdSense ad is blocked?

If user has some kind of ad blocker installed, ad blocker will of course remove all ads from my website, and it leaves empty spaces where the ads used to be. I would like to use that empty space by ...
0
votes
3answers
895 views

Detect adblock and javascript

I wish to detect ablocking software on my website and ask users to disable adblock by redirecting. The only way I found was using javascipt. Is there any other way of detection ? If not, how do I ...
0
votes
4answers
354 views

How can I stop google.com from pulling my cursor away from the URL with Greasemonkey (or Adblock)?

How can I stop google.com from pulling my cursor away from the URL and focusing it on the search box with Greasemonkey? I use google as my home page and hit the home button to open a new tab, maybe ...
-1
votes
3answers
90 views

Problems with the Adblock detecting Javascript on my website

I've spent a little while trying to make the Adblock javascript code on my website work. After some tweaking, I think I've come up with something that seems to work very well. I create an element on ...
-2
votes
2answers
1k views

Prevent Adblock Users from Accessing Website?

Im one of the Users who use Adblock. And i love it. That question could be interesting for all of us. Once i visited a german developer website, I just saw a jquery fancybox, on that box there was a ...