1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added preference to control rng type.

This commit is contained in:
kkapsner 2016-08-06 19:17:36 +02:00
parent 447ff54222
commit 1b2c4cb487
9 changed files with 233 additions and 126 deletions

View file

@ -14,7 +14,7 @@
if (context){
var nodeName;
try {
nodeName = context.nodeName
nodeName = context.nodeName;
}
catch (e){}
if (nodeName === "CANVAS"){