Last active
January 27, 2025 20:35
-
-
Save rwp0/40d008b483934b122d5a4f15d004eeb2 to your computer and use it in GitHub Desktop.
Mozilla Firefox "user.js" File Holding "about:config" Settings
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
user_pref('permissions.default.image', 2); | |
// Disable images | |
user_pref('browser.urlbar.update2.engineAliasRefresh', true); | |
// Adds "Add" button in Search Shortcuts table at about:preferences#search | |
// Useful in setting Google CSE as the default search engine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment