Skip to content

Commit 72b8ae0

Browse files
authored
JavaScript Adblock Detector
1 parent 2df2fa7 commit 72b8ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adblock-detection-script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ function hasAdblock() {
1717
} catch (e) {}
1818
return r;
1919
}
20+
2021
alert('Has AdBlock: ' + hasAdblock());

0 commit comments

Comments
 (0)