Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.onload = function () {
- setTimeout(function () {
- if (typeof window.google_jobrunner === "undefined") {
- console.log("ad blocker installed");
- } else {
- console.log("no ad blocking found.");
- }
- }, 0);
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement