How to Anti Adblock on websites with adblock detectors
August 5th, 2016
And when you disable adblock plus, there are sooo many ads and pop-ups.
http://www.ilive.to/view/36673/Friends_show-live-stream-channel
http://www.ilive.to/
Thank you, any help would be great!
Never tried it, but try this, or look on the site for others https://greasyfork.org/scripts/735-anti-adblock-killer-reek
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.
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>
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.