Last active
June 14, 2022 10:14
-
-
Save qihuahu/438a1fb003a514d036664c94c3bd3aee to your computer and use it in GitHub Desktop.
Personal Firefox about:config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// disable the "Do you mean to go to" notification | |
browser.urlbar.dnsResolveSingleWordsAfterSearch = 0 | |
// remove pocket (toolbar and contextmenu) | |
extensions.pocket.enabled = false | |
browser.newtabpage.activity-stream.section.highlights.includePocket = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment