Javascript
Simplest Way to Detect if Adblocker is Turned On
You can use below javascript code to detect if adblocker is turned on [crayon-5a2bb2c529c8b811826607/] What We are doing is : We are creating a image object (newImg) and loading an image which have name 'ad'. Which will be blocked by the adblocker. Then checking if there is any error in loading Read more…