Skip to content

Commit ce8e899

Browse files
committed
Check if random is overwritten
Fix #38
1 parent 95d25d1 commit ce8e899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@
493493
window.phantom ||
494494
window.__polypane ||
495495
window._bot ||
496-
isBotAgent;
496+
isBotAgent ||
497+
Math.random() == Math.random();
497498
/** else **/
498499
var bot = isBotAgent;
499500
/** endif **/

0 commit comments

Comments
 (0)