Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown)

Thorin-Oakenpants 2017-09-24 07:25:59 +13:00
parent 47f58945ef
commit 8ae2ebebbf

@ -40,9 +40,9 @@ The **sample** script below contains the prefs we have REMOVED up to Release 55-
* Start Firefox and open `about:config` (so that Services is available for scratchpad) * Start Firefox and open `about:config` (so that Services is available for scratchpad)
* Read that again :exclamation: the `about:config` tab must have focus in order to run the script * Read that again :exclamation: the `about:config` tab must have focus in order to run the script
* Press Shift+F4 to open the Scratchpad and clear the contents * Press Shift+F4 to open the Scratchpad and clear the contents
* Paste **your** script * Open **your** script (`.js` file) or paste it
* Make sure the final pref does not have a trailing comma
* 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
* Run it * Run it
* Watch the console for output * Watch the console for output
* Restart Firefox * Restart Firefox