Last active
July 17, 2021 11:50
-
-
Save py7hon/df56e715cbd9e0ec948e404d8cec79a2 to your computer and use it in GitHub Desktop.
Please turn on your ad blocker to continue
This file contains hidden or 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
document.write('<div id="LoveAdblock" style="width:10px;"></div>'); | |
window.setTimeout(function(){ | |
if (document.querySelector('#LoveAdblock').clientWidth === 10) { | |
plsblock= '<div style="text-align:center;"><span style="font-size: 20px;width: 300px;margin-top: 10%;display: inline-block;">Please turn on your ad blocker to continue browsing this site</span></div>' | |
document.body.innerHTML=plsblock | |
} | |
}, 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment