Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown)

Thorin-Oakenpants 2017-09-25 00:29:54 +13:00
parent 04f83067bd
commit ab47af8470

@ -42,12 +42,12 @@ The **sample** script below contains the prefs we have REMOVED up to Release 55-
* Press Shift+F4 to open the Scratchpad and clear the contents * Press Shift+F4 to open the Scratchpad and clear the contents
* Open **your** script (`.js` file) or paste it * Open **your** script (`.js` file) or paste it
* If pasting is not allowed, change `devtools.selfxss.count` to a high number e.g. `100` * If pasting is not allowed, change `devtools.selfxss.count` to a high number e.g. `100`
* Make sure the last pref does have a trailing comma * Make sure the last pref does not have a trailing comma
* Run it * Run it
* Open the Developer>Browser Console>Logging for any output * Open the Developer>Browser Console>Logging for any output
* Restart Firefox * Restart Firefox
* Some prefs require a restart * Some prefs require a restart
* A restart will reapply your user.js (and override.js if [applicable](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Keeping-Up-To-Date)) * A restart will reapply your `user.js` (and `override.js` if [applicable](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Keeping-Up-To-Date))
* Re-enable the network connection * Re-enable the network connection
### :small_orange_diamond: The Script ### :small_orange_diamond: The Script