Skip to content

Commit

Permalink
Adaptive history and enable add search engine button
Browse files Browse the repository at this point in the history
Adaptive history sorts URL bar results better,
and enables add search engine button in the
search settings.
  • Loading branch information
gocom committed Dec 29, 2024
1 parent 30335ee commit 2a2f6ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ user_pref('browser.startup.homepage_override.mstone', 'ignore');
user_pref('browser.tabs.hoverPreview.showThumbnails', false);
user_pref('browser.tabs.warnOnClose', false);
user_pref('browser.uitour.enabled', false);
user_pref('browser.urlbar.autoFill.adaptiveHistory.enabled', true);
user_pref('browser.urlbar.clickSelectsAll', true);
user_pref('browser.urlbar.doubleClickSelectsAll', false);
user_pref('browser.urlbar.matchBuckets', 'general:5,suggestion:Infinity');
Expand All @@ -72,6 +73,7 @@ user_pref('browser.urlbar.suggest.quicksuggest.sponsored', false);
user_pref('browser.urlbar.suggest.recentsearches', false);
user_pref('browser.urlbar.suggest.searches', false);
user_pref('browser.urlbar.timesBeforeHidingSuggestionsHint', 0);
user_pref('browser.urlbar.update2.engineAliasRefresh', true);
user_pref('datareporting.healthreport.uploadEnabled', false);
user_pref('datareporting.policy.dataSubmissionEnabled', false);
user_pref('devtools.inspector.show-three-pane-tooltip', false);
Expand Down

0 comments on commit 2a2f6ea

Please sign in to comment.