UI changes

This commit is contained in:
partisan 2024-12-12 15:20:28 +01:00
parent 8bf2c08e79
commit 160cf2a9a6
3 changed files with 10 additions and 8 deletions

View file

@ -40,13 +40,6 @@ o: /distribution/policies.json
+ },
+ "SearchEngines": {
+ "PreventInstalls": false,
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "eBay",
+ "Twitter"
+ ],
+ "Add": [
+ {
+ "Name": "QGato",
@ -56,6 +49,14 @@ o: /distribution/policies.json
+ "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}",
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
+ }
+ ],
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "eBay",
+ "Twitter",
+ "wikipedia@search.mozilla.org"
+ ]
+ },
+ "SupportMenu": {

View file

@ -41,3 +41,4 @@ o:/browser/app/profile/firefox.js
+pref("layout.word_select.eat_space_to_next_word", false); // Disable word selection eating space
+pref("browser.bookmarks.openInTabClosesMenu", false); // Prevent bookmarks from closing menu when opened in new tab
+pref("browser.menu.showViewImageInfo", false); // Hide "View Image Info" in context menu
+pref("browser.startup.couldRestoreSession.count", 0); // Disable "Open previous tabs?" popup