mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-04 02:48:31 +02:00
Compare commits
4 Commits
v73.0-beta
...
73.0
Author | SHA1 | Date | |
---|---|---|---|
4139630635 | |||
a542701ba5 | |||
e67a0c868d | |||
1afd52de6e |
@ -8,11 +8,11 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
|
|
||||||
Before you proceed...
|
Before you proceed...
|
||||||
- Keep reading this. Seriously.
|
- Issues will be closed as invalid if you do not [troubleshoot](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.4-Troubleshooting), including
|
||||||
- Note that we do not support forks (i.e. IceCat, Pale Moon, WaterFox, etc).
|
- confirming the problem is caused by the `user.js`
|
||||||
- Make sure you searched for the `[Setup` tags in the `user.js`.
|
- searching the `[Setup` tags in the `user.js`
|
||||||
- Search the GitHub repository. The information you need is most likely here already.
|
- Search the GitHub repository. The information you need is most likely here already.
|
||||||
- Check out our [troubleshooting](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.4-Troubleshooting) wiki page, including steps to see if the problem is caused by the `user.js` or an extension.
|
- Note: We do not support forks
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
- Extension breakage due to prefs [issue 391](https://github.com/ghacksuserjs/ghacks-user.js/issues/391)
|
- Extension breakage due to prefs [issue 391](https://github.com/ghacksuserjs/ghacks-user.js/issues/391)
|
||||||
|
8
user.js
8
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: ghacks user.js
|
* name: ghacks user.js
|
||||||
* date: 15 February 2020
|
* date: 11 March 2020
|
||||||
* version 73-beta
|
* version 73
|
||||||
* authors: v52+ github | v51- www.ghacks.net
|
* authors: v52+ github | v51- www.ghacks.net
|
||||||
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
||||||
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
||||||
@ -204,8 +204,8 @@ user_pref("app.update.auto", false);
|
|||||||
* [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/
|
* [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/
|
||||||
// user_pref("extensions.update.autoUpdateDefault", false);
|
// user_pref("extensions.update.autoUpdateDefault", false);
|
||||||
/* 0306: disable extension metadata
|
/* 0306: disable extension metadata
|
||||||
* used when installing/updating an extension, and in daily background update checks: if false, it
|
* used when installing/updating an extension, and in daily background update checks:
|
||||||
* hides the expanded text description (if it exists) when you "show more details about an addon" ***/
|
* when false, extension detail tabs will have no description ***/
|
||||||
// user_pref("extensions.getAddons.cache.enabled", false);
|
// user_pref("extensions.getAddons.cache.enabled", false);
|
||||||
/* 0308: disable search engine updates (e.g. OpenSearch)
|
/* 0308: disable search engine updates (e.g. OpenSearch)
|
||||||
* [NOTE] This does not affect Mozilla's built-in or Web Extension search engines
|
* [NOTE] This does not affect Mozilla's built-in or Web Extension search engines
|
||||||
|
Reference in New Issue
Block a user