mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 15:48:51 +01:00
24 lines
490 B
JavaScript
24 lines
490 B
JavaScript
"use strict";
|
|
|
|
var settings = {
|
|
logLevel: 100,
|
|
whiteList: "",
|
|
blackList: "",
|
|
blockMode: "fakeReadout",
|
|
minFakeSize: 1,
|
|
maxFakeSize: 0,
|
|
rng: "constant",
|
|
ignoreFrequentColors: 0,
|
|
persistentRndStorage: "",
|
|
storePersistentRnd: false,
|
|
askOnlyOnce: true,
|
|
showNotifications: true,
|
|
storeImageForInspection: false,
|
|
notificationDisplayTime: 30,
|
|
ignoreList: "",
|
|
showCallingFile: false,
|
|
showCompleteCallingStack: false,
|
|
enableStackList: false,
|
|
stackList: "",
|
|
isStillDefault: true
|
|
}; |