Tagged Questions

7
votes
2answers
280 views

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 ...
5
votes
5answers
110 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 ...
4
votes
8answers
712 views

Detecting AdBlocking software?

I was recently visiting a site and noticed that the page had a section that said it noticed that I was using AdBlocking software and could I kindly turn it off to help support a small site like that. ...
1
vote
1answer
37 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
293 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
votes
3answers
85 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 ...
-1
votes
2answers
87 views

adblock and jquery

It seems like adblock for Chrome is preventing jquery's $.load() command from being executed. I looked around the web a little and couldn't find anything about this. It doesn't seem to block other ...