How to Anti Adblock on websites with adblock detectors

August 5th, 2016

This website has a tone of advertisements, If you try to adblock an overlay will appear saying “Please disable you ad blocker”. Is there anyway around this? Like a stealth mode for adblock plus? I’ve tried adding filters to adblockplus but the overlay screen keeps appearing. Please help out if you can, Lots of people will appreciate it. Image
And when you disable adblock plus, there are sooo many ads and pop-ups.
Image
http://www.ilive.to/view/36673/Friends_show-live-stream-channel
http://www.ilive.to/
Thank you, any help would be great!

Answer #1
Never tried it, but try this, or look on the site for others https://greasyfork.org/scripts/735-anti-adblock-killer-reek
Answer #2
If this is on a desktop computer use the DOM explorer to edit the webpage in real time and remove the banner in IE its right click > Inspect element > select the ads overlay and delete it.
Answer #3
Find a way to block or auto-edit (proxomitron) this:
<script type="text/javascript" src="http://www.ilive.to/ads.js"></script>
<script type="text/javascript">
if (document.getElementById("tester") != undefined)
{
document.write('');
}
else
{
document.getElementById("adblockplus").style.display="block";
}
</script>
<script>

Answer #4
There is an addon called silentblock https://addons.mozilla.org/en-US/firefox/addon/silentblock/
It doesn’t block the scripts but does block the url (so the script never loads). It avoids the noscript or adblock detection as the browser actually gets a return code so it thinks the loading was successful.
It is a bit cumbersome (you have to edit a text file to add a url – no GUI), but if you want and silentblock solves the problem for you, I have a small gui written that makes life so much simpler.

 

| Sitemap |