Advertisement
STANAANDREY

checkAdBlocker

Jun 20th, 2020
1,276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.onload = function () {
  2.         setTimeout(function () {
  3.           if (typeof window.google_jobrunner === "undefined") {
  4.             console.log("ad blocker installed");
  5.           } else {
  6.             console.log("no ad blocking found.");
  7.           }
  8.         }, 0);
  9.       };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement