We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cbc16 commit bba73c3Copy full SHA for bba73c3
src/html/options.js
@@ -1,13 +1,13 @@
1
/*global brws*/
2
let defaultOptions = {
3
navigationDelayToggle: true,
4
- navigationDelay: 10,
+ navigationDelay: 3,
5
optionTrackerBypass: false,
6
optionInstantNavigationTrackers: false,
7
optionBlockIpLoggers: true,
8
optionCrowdBypass: false,
9
optionCrowdOpenDelayToggle: false,
10
- optionCrowdOpenDelay: 5,
+ optionCrowdOpenDelay: 3,
11
optionCrowdCloseDelayToggle: false,
12
optionCrowdCloseDelay: 15,
13
displayContributeBanner: true,
0 commit comments