Skip to content

Commit

Permalink
Change default delays
Browse files Browse the repository at this point in the history
but mostly just bump the version number so i can submit another version to mozilla
  • Loading branch information
undeadjess committed Sep 21, 2023
1 parent 46cbc16 commit bba73c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/options.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*global brws*/
let defaultOptions = {
navigationDelayToggle: true,
navigationDelay: 10,
navigationDelay: 3,
optionTrackerBypass: false,
optionInstantNavigationTrackers: false,
optionBlockIpLoggers: true,
optionCrowdBypass: false,
optionCrowdOpenDelayToggle: false,
optionCrowdOpenDelay: 5,
optionCrowdOpenDelay: 3,
optionCrowdCloseDelayToggle: false,
optionCrowdCloseDelay: 15,
displayContributeBanner: true,
Expand Down

0 comments on commit bba73c3

Please sign in to comment.