how to get a script about block adblock?

zcldeapple

Power Member
Joined
Nov 14, 2016
Messages
501
Reaction score
46
hi,bro, i am interesting in block adblock script
but i search many script in Google, fail to get
so , can you provide same script about this?

thanks
 
It's easy. You could detect adock via JS and hide page content if adblock is present. Try e.g.

Code:
https://stackoverflow.com/a/24111206/1437261
 
I don't think you get his point : OP is searching for a script to block adblock so he can show his ads everywhere even if the website reader has adblock plugin installed.
yes,you get my point,bro
 
It's easy. You could detect adock via JS and hide page content if adblock is present. Try e.g.

Code:
https://stackoverflow.com/a/24111206/1437261
my meaning is that, whether visitors use ad block or not use ad block, my site still show ads
that is, when visitors use ad block, my site show units without giving visitors any caution,
 
my meaning is that, whether visitors use ad block or not use ad block, my site still show ads
that is, when visitors use ad block, my site show units without giving visitors any caution,
That is tough to achieve. Even if you manage to show the ad somehow, you will be blocked by the server in no time.
 
I don't think you get his point : OP is searching for a script to block adblock so he can show his ads everywhere even if the website reader has adblock plugin installed.
But then he will need a script, which is designed to block anti adblock blockers, because those exist too. It's like a neverending circle of blockers. lol
 
But then he will need a script, which is designed to block anti adblock blockers, because those exist too. It's like a neverending circle of blockers. lol
Exactly! This is why the websites rather hide the contents instead of forcefully showing ads.
 
Even if you use such thing still easy to bypass, for example: http://reek.github.io/anti-adblock-killer/#filterlist
 
Does anyone know whether a WordPress plugin exists to hide content if adblock is detected?
 
Does anyone know whether a WordPress plugin exists to hide content if adblock is detected?

There is an alternative I've been using for like 2 weeks now - it doesn't block AdBlock but rather asks the users to whitelist your website. I am noticing slights increase in ad revenue over time. ''Ad Blocker Notify''
Dssss.jpg
 
I don't think you get his point : OP is searching for a script to block adblock so he can show his ads everywhere even if the website reader has adblock plugin installed.
I'm afraid that's not possible. Adblocks usually block entire domains.
 
Back
Top