add general.aboutConfig.enable to code snippet

earthlng 2019-12-03 15:09:21 +00:00
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
```