modified: index.html
This commit is contained in:
@@ -110,11 +110,11 @@
|
||||
<script>
|
||||
// We create the function that will be executed if AdBlock is detected
|
||||
var adBlockDetected = function() {
|
||||
$('*').style.visibility='hidden'
|
||||
$('*').hide();
|
||||
}
|
||||
// We create the function that will be executed if AdBlock is NOT detected
|
||||
var adBlockUndetected = function() {
|
||||
$('*').style.visibility='visible'
|
||||
$('*').show();
|
||||
}
|
||||
// We observe if the variable "fuckAdBlock" exists
|
||||
if(typeof FuckAdBlock === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user