mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-31 07:51:21 +01:00
Formatting cleanup.
This commit is contained in:
parent
b39851b289
commit
0d7e8bdd8b
@ -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: ""
|
||||
};
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user