Skip to content

Commit 3cf7183

Browse files
committed
Set default delay for creating selfie to 3 minutes
Related discussion: - https://www.reddit.com/r/uBlockOrigin/comments/bq49zi/
1 parent 5a0039d commit 3cf7183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const µBlock = (function() { // jshint ignore:line
5151
manualUpdateAssetFetchPeriod: 500,
5252
popupFontSize: 'unset',
5353
requestJournalProcessPeriod: 1000,
54-
selfieAfter: 11,
54+
selfieAfter: 3,
5555
strictBlockingBypassDuration: 120,
5656
suspendTabsUntilReady: 'unset',
5757
userResourcesLocation: 'unset'

0 commit comments

Comments
 (0)