mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 06:36:20 -04:00
fix url
This commit is contained in:
parent
24df3274f1
commit
f8ec9cebdd
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
/* see https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.6-Bulk-Pref-Resetting-[Scratchpad] */
|
||||
/* see https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Bulk-Pref-Resetting-[Scratchpad] */
|
||||
|
||||
(function() {
|
||||
let ops = [
|
||||
'_user.js.parrot',
|
||||
/* --- 57-alpha --- */
|
||||
/* commented out */
|
||||
'browser.storageManager.enabled',
|
||||
|
@ -26,7 +25,9 @@
|
|||
'social.share.activationPanelEnabled',
|
||||
'social.shareDirectory',
|
||||
'social.toast-notifications.enabled',
|
||||
'social.whitelist'
|
||||
'social.whitelist',
|
||||
/* reset parrot: check your open about:config after running the script */
|
||||
'_user.js.parrot'
|
||||
]
|
||||
|
||||
if("undefined" === typeof(Services)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue