Advertisement
RickyDesain123

Untitled

Aug 6th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div id='keep-ads'>
  2. <p>Like this blog? Keep us running by whitelisting this blog in your ad blocker.</p>
  3. <p>This is <a href='URL PAGE HOW TO WHITELIST' target='_blank' title='how to whitelisting'>how to whitelisting</a> this blog in your ad blocker.</p>
  4. <p>Thank you!</p>
  5. <div class='close-keep-ads' onclick='hidekeep()'>&#215;</div>
  6. </div>
  7. <script>
  8. //<![CDATA[
  9. setTimeout(function() {
  10. var info = document.getElementById("keep-ads");
  11. var ads = document.querySelectorAll("ins.adsbygoogle");
  12. if ($(ads).height() === 0 ) {
  13. info.className = "show";
  14. }
  15. }, 2000)
  16. function hidekeep() {
  17. var e = document.getElementById("keep-ads").style.display = "none";
  18. };
  19. //]]>
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement