mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Updated 3.2 Applying Your Changes (markdown)
@@ -48,6 +48,7 @@ user_pref("_user.js.parrot", "overrides section syntax error");
 | 
				
			|||||||
/* override recipe: enable session restore ***/
 | 
					/* override recipe: enable session restore ***/
 | 
				
			||||||
user_pref("browser.startup.page", 3); // 0102
 | 
					user_pref("browser.startup.page", 3); // 0102
 | 
				
			||||||
  // user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
 | 
					  // user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
 | 
				
			||||||
 | 
					  // user_pref("places.history.enabled", true); // 0862 required if you had it set as false
 | 
				
			||||||
  // user_pref("browser.sessionstore.privacy_level", 0); // 1021 optional [to restore extras like cookies/formdata]
 | 
					  // user_pref("browser.sessionstore.privacy_level", 0); // 1021 optional [to restore extras like cookies/formdata]
 | 
				
			||||||
user_pref("privacy.clearOnShutdown.history", false); // 2803
 | 
					user_pref("privacy.clearOnShutdown.history", false); // 2803
 | 
				
			||||||
  // user_pref("privacy.clearOnShutdown.cookies", false); // 2803 optional
 | 
					  // user_pref("privacy.clearOnShutdown.cookies", false); // 2803 optional
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user