mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-22 18:41:38 +01:00
Updated 3.3 Updater Scripts (markdown)
parent
dc85f0aa0e
commit
4316cee39c
@ -95,10 +95,8 @@ With `-merge` it's best to always add a comment behind your overrides to make th
|
|||||||
user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works
|
user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want the `-merge` function to comment out an active user_pref line you have to use this **exact** format:
|
If you want the `-merge` function to comment out a pref you have to use this **exact** format:
|
||||||
```js
|
```js
|
||||||
//// --- comment-out --- 'prefname.goes.here'
|
//// --- comment-out --- 'prefname.goes.here'
|
||||||
```
|
```
|
||||||
Anything after the closing single-quote is optional and can be used for comments/reminders. (see example above)
|
Anything after the closing single-quote is optional and can be used for comments/reminders. (see example above)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user