mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-10-31 05:45:27 +01:00 
			
		
		
		
	Updated 2.1 User.js (markdown)
| @@ -35,10 +35,10 @@ user_pref("browser.Startup.page", 0); // this will be applied but NOT do anythin | |||||||
| // two forward slashes indicate a comment | // two forward slashes indicate a comment | ||||||
|    // and do not need to be closed at the end |    // and do not need to be closed at the end | ||||||
|       // and only apply to the one line from when they are added |       // and only apply to the one line from when they are added | ||||||
| user_pref("preference.name", "value"); // comment starts at // | user_pref("pref.name.example", "value"); // comment starts at // | ||||||
|  |  | ||||||
| user_pref("preference.name", "not commented out"); // this is an ACTIVE pref and will be applied | user_pref("pref.name.example", "not commented out"); // this is an ACTIVE pref and will be applied | ||||||
| // user_pref("preference.name", "commented out"); // this is an INACTIVE pref and will NOT be applied | // user_pref("pref.name.example", "commented out"); // this is an INACTIVE pref and will NOT be applied | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| --- | --- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thorin-Oakenpants
					Thorin-Oakenpants