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:
parent
447ff54222
commit
1b2c4cb487
9 changed files with 233 additions and 126 deletions
|
@ -14,7 +14,7 @@
|
|||
if (context){
|
||||
var nodeName;
|
||||
try {
|
||||
nodeName = context.nodeName
|
||||
nodeName = context.nodeName;
|
||||
}
|
||||
catch (e){}
|
||||
if (nodeName === "CANVAS"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue