Created
March 14, 2013 20:50
-
-
Save lushone/5165115 to your computer and use it in GitHub Desktop.
Bypass browser ad blockers. Cripples Ad-Block Plus & Ghostery on Chrome.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
if ($('.displayads').length && $('.displayads').height() == 0) { | |
alert('It seems you are blocking the ads with AdBlock or a similar tool. Please disable it and try reload the page.'); | |
$('body').empty(); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment