mirror of
https://github.com/arkenfox/user.js.git
synced 2026-06-28 23:32:06 +05:30
Compare commits
2 Commits
4e94234f46
...
2c594e56a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c594e56a2 | |||
| a724883c05 |
@@ -6,7 +6,7 @@
|
|||||||
There is an archived version at https://github.com/arkenfox/user.js/issues/123
|
There is an archived version at https://github.com/arkenfox/user.js/issues/123
|
||||||
if you want the full list since jesus
|
if you want the full list since jesus
|
||||||
|
|
||||||
Last updated: 12-November-2025
|
Last updated: 8-December-2025
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
- [optional] close Firefox and backup your profile
|
- [optional] close Firefox and backup your profile
|
||||||
@@ -79,6 +79,7 @@
|
|||||||
/* 141-153 */
|
/* 141-153 */
|
||||||
'browser.display.use_system_colors',
|
'browser.display.use_system_colors',
|
||||||
'browser.urlbar.fakespot.featureGate',
|
'browser.urlbar.fakespot.featureGate',
|
||||||
|
'keyword.enabled',
|
||||||
'security.OCSP.enabled',
|
'security.OCSP.enabled',
|
||||||
'security.OCSP.require',
|
'security.OCSP.require',
|
||||||
/* 129-140 */
|
/* 129-140 */
|
||||||
|
|||||||
@@ -939,12 +939,6 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
|
|||||||
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
||||||
/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/
|
/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/
|
||||||
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
||||||
/* 5021: disable location bar using search
|
|
||||||
* Don't leak URL typos to a search engine, give an error message instead
|
|
||||||
* Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
|
|
||||||
* [NOTE] This does not affect explicit user action such as using search buttons in the
|
|
||||||
* dropdown, or using keyword search shortcuts you configure in options (e.g. "d" for DuckDuckGo) ***/
|
|
||||||
// user_pref("keyword.enabled", false);
|
|
||||||
|
|
||||||
/*** [SECTION 5500]: OPTIONAL HARDENING
|
/*** [SECTION 5500]: OPTIONAL HARDENING
|
||||||
Not recommended. Overriding these can cause breakage and performance issues,
|
Not recommended. Overriding these can cause breakage and performance issues,
|
||||||
|
|||||||
Reference in New Issue
Block a user