1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-31 07:51:21 +01:00

Formatting cleanup.

This commit is contained in:
kkapsner 2017-07-16 00:26:59 +02:00
parent b39851b289
commit 0d7e8bdd8b
2 changed files with 19 additions and 7 deletions

View File

@ -1,5 +1,20 @@
"use strict";
var settings = { whiteList: "", blackList: "", blockMode: "fakeReadout", maxFakeSize: 0, rng: "nonPersistent", persistentRndStorage: "", storePersistentRnd: false, askOnlyOnce: true, showNotifications: true,
storeImageForInspection: false, notificationDisplayTime: 30, ignoreList: "", showCallingFile: false, showCompleteCallingStack: false, enableStackList: false, stackList: ""
"use strict";
var settings = {
whiteList: "",
blackList: "",
blockMode: "fakeReadout",
maxFakeSize: 0,
rng: "nonPersistent",
persistentRndStorage: "",
storePersistentRnd: false,
askOnlyOnce: true,
showNotifications: true,
storeImageForInspection: false,
notificationDisplayTime: 30,
ignoreList: "",
showCallingFile: false,
showCompleteCallingStack: false,
enableStackList: false,
stackList: ""
};

View File

@ -15,9 +15,6 @@ Version 0.4.0:
- allow page scripts to overwrite the faked funtions
Version 0.3.8:
changes:
-
new features:
- added embedded WebExtension to store the preferences for the transition