[Modify] Ad-Blocker Update
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<image src='./exclamation-mark.png' class='img' />
|
||||
<h2>AdBlock Detected!</h2>
|
||||
<p>Sorry. We detected that you have activated Ad-Blocker. <br />
|
||||
Please Consider supporting us by disabling your Ad-Blocker It helps us in maintaining this website.<br />
|
||||
Please Consider supporting us by disabling your Ad-Blocker It helps us in maintaining this website.<br />
|
||||
To View the content disable Ad-Blocker and refresh the page. Thank You !!!</p>
|
||||
`;
|
||||
document.body.appendChild(adp);
|
||||
@@ -34,6 +34,13 @@
|
||||
document.body.removeChild(adp);
|
||||
};
|
||||
}
|
||||
|
||||
function uBlockActive(){
|
||||
if ( window.adsbygoogle.push.length > 0) {
|
||||
return false
|
||||
}
|
||||
adBlockFunction();
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.img{
|
||||
|
||||
Reference in New Issue
Block a user