Problems With Adblock Detecting
I'm working on a basic Adblock detection script, and I've come up with something that seems like it should work. Upon creating an element on the page with the ID of #adblock_detect
Solution 1:
perhaps , an adblocker remove the elemet contained the ads , in there "#Ad-one",so when you access the css of this element by jq ,in reality you access to an unavilable element was removed from html source earlier.isnt it true?
Solution 2:
Adblock searches for elements which contain words like ad or german "werbung" or other words, that are often used for ads. You should give your elements a different name which doesn't contain that words. Had same problem at my first website, where I named a div "left_ad".
Post a Comment for "Problems With Adblock Detecting"