mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-29 22:06:55 +01:00
add general.aboutConfig.enable to code snippet
parent
ee9864add7
commit
dd1a95bbbf
@ -91,6 +91,9 @@ var user_pref = function(pref, val){
|
||||
console.log("pref:" + pref + " val:" + val + " e:" + e);
|
||||
}
|
||||
}
|
||||
|
||||
user_pref("general.aboutConfig.enable", true); // unblock about:config in newer versions (FF71+?)
|
||||
|
||||
//paste your user.js file content on the next line
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user