mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	95 deprecated
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b60a888da3
						
					
				
				
					commit
					fec5168203
				
			
							
								
								
									
										12
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								user.js
									
									
									
									
									
								
							@@ -370,9 +370,9 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
 | 
				
			|||||||
 * [1] https://bugzilla.mozilla.org/1642623 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/1642623 ***/
 | 
				
			||||||
user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
 | 
					user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
 | 
				
			||||||
/* 0807: disable location bar contextual suggestions [FF92+]
 | 
					/* 0807: disable location bar contextual suggestions [FF92+]
 | 
				
			||||||
 * [SETTING] Privacy & Security>Address Bar>Contextual Suggestions
 | 
					 * [SETTING] Privacy & Security>Address Bar>Suggestions from...
 | 
				
			||||||
 * [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
 | 
					 * [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
 | 
				
			||||||
user_pref("browser.urlbar.suggest.quicksuggest", false);
 | 
					user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+]
 | 
				
			||||||
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
 | 
					user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
 | 
				
			||||||
/* 0808: disable tab-to-search [FF85+]
 | 
					/* 0808: disable tab-to-search [FF85+]
 | 
				
			||||||
 * Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search
 | 
					 * Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search
 | 
				
			||||||
@@ -1363,11 +1363,11 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // master switc
 | 
				
			|||||||
   // user_pref("full-screen-api.warning.timeout", 0);
 | 
					   // user_pref("full-screen-api.warning.timeout", 0);
 | 
				
			||||||
/* APPEARANCE ***/
 | 
					/* APPEARANCE ***/
 | 
				
			||||||
   // user_pref("browser.download.autohideButton", false); // [FF57+]
 | 
					   // user_pref("browser.download.autohideButton", false); // [FF57+]
 | 
				
			||||||
   // user_pref("ui.systemUsesDarkTheme", 1); // [FF67+] [HIDDEN PREF]
 | 
					 | 
				
			||||||
      // 0=light, 1=dark: with RFP this only affects chrome
 | 
					 | 
				
			||||||
   // user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // [FF68+] allow userChrome/userContent
 | 
					   // user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // [FF68+] allow userChrome/userContent
 | 
				
			||||||
   // user_pref("ui.prefersReducedMotion", 1); // disable chrome animations [FF77+] [RESTART] [HIDDEN PREF]
 | 
					   // user_pref("ui.prefersReducedMotion", 1); // disable chrome animations [FF77+] [RESTART] [HIDDEN PREF]
 | 
				
			||||||
      // 0=no-preference, 1=reduce: with RFP this only affects chrome
 | 
					      // 0=no-preference, 1=reduce: with RFP this only affects chrome
 | 
				
			||||||
 | 
					   // user_pref("ui.systemUsesDarkTheme", 1); // [FF67+] [HIDDEN PREF]
 | 
				
			||||||
 | 
					      // 0=light, 1=dark: with RFP this only affects chrome
 | 
				
			||||||
/* CONTENT BEHAVIOR ***/
 | 
					/* CONTENT BEHAVIOR ***/
 | 
				
			||||||
   // user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type"
 | 
					   // user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type"
 | 
				
			||||||
   // user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
 | 
					   // user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
 | 
				
			||||||
@@ -1411,6 +1411,10 @@ user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is m
 | 
				
			|||||||
// 1402: limit font visibility (Windows, Mac, some Linux) [FF79+] - replaced by new 1402
 | 
					// 1402: limit font visibility (Windows, Mac, some Linux) [FF79+] - replaced by new 1402
 | 
				
			||||||
   // [-] https://bugzilla.mozilla.org/1715507
 | 
					   // [-] https://bugzilla.mozilla.org/1715507
 | 
				
			||||||
   // user_pref("layout.css.font-visibility.level", 1);
 | 
					   // user_pref("layout.css.font-visibility.level", 1);
 | 
				
			||||||
 | 
					// FF95
 | 
				
			||||||
 | 
					// 0807: disable location bar contextual suggestions [FF92+] - replaced by new 0807
 | 
				
			||||||
 | 
					   // [-] https://bugzilla.mozilla.org/1735976
 | 
				
			||||||
 | 
					user_pref("browser.urlbar.suggest.quicksuggest", false);
 | 
				
			||||||
// ***/
 | 
					// ***/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* END: internal custom pref to test for syntax errors ***/
 | 
					/* END: internal custom pref to test for syntax errors ***/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user