mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
Formatting cleanup.
This commit is contained in:
parent
b39851b289
commit
0d7e8bdd8b
@ -1,5 +1,20 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var settings = {
whiteList: "",
blackList: "",
blockMode: "fakeReadout",
maxFakeSize: 0,
rng: "nonPersistent",
persistentRndStorage: "",
storePersistentRnd: false,
askOnlyOnce: true,
showNotifications: true,
|
var settings = {
|
||||||
storeImageForInspection: false,
notificationDisplayTime: 30,
ignoreList: "",
showCallingFile: false,
showCompleteCallingStack: false,
enableStackList: false,
stackList: ""
|
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: ""
|
||||||
};
|
};
|
@ -15,9 +15,6 @@ Version 0.4.0:
|
|||||||
- allow page scripts to overwrite the faked funtions
|
- allow page scripts to overwrite the faked funtions
|
||||||
|
|
||||||
Version 0.3.8:
|
Version 0.3.8:
|
||||||
changes:
|
|
||||||
-
|
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
- added embedded WebExtension to store the preferences for the transition
|
- added embedded WebExtension to store the preferences for the transition
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user