mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-01 09:28:31 +02:00
Compare commits
19 Commits
v61.0-beta
...
61.0
Author | SHA1 | Date | |
---|---|---|---|
b3b3ae4660 | |||
c4d131aaf9 | |||
9c975b318a | |||
a1638868ea | |||
3806ccc68c | |||
06b69bb95a | |||
d8bfdaa058 | |||
03efb99754 | |||
b390d9787b | |||
2e908f38d2 | |||
f973422581 | |||
5bcbe56f4b | |||
833f816b99 | |||
5ccea3262f | |||
9611eac1cf | |||
43119694fb | |||
cbea3adc7e | |||
4813aa549b | |||
96706cf11e |
17
.gitattributes
vendored
17
.gitattributes
vendored
@ -1,14 +1,15 @@
|
|||||||
## * text=auto
|
* text=auto
|
||||||
|
|
||||||
*.js text=auto
|
*.js text
|
||||||
*.md text=auto
|
*.md text
|
||||||
*.yml text=auto
|
*.yml text
|
||||||
*.txt text=auto
|
*.txt text
|
||||||
*.sh text=auto
|
*.sh text
|
||||||
*.bat eol=crlf
|
## *.bat text eol=crlf
|
||||||
|
*.bat -text
|
||||||
|
|
||||||
*.png binary
|
*.png binary
|
||||||
|
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
*.yml export-ignore
|
*.yml export-ignore
|
||||||
wikipiki export-ignore
|
/wikipiki export-ignore
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/***
|
/***
|
||||||
This will reset the preferences that have been removed completely from the ghacks user.js.
|
This will reset the preferences that have been removed completely from the ghacks user.js.
|
||||||
|
|
||||||
Last updated: 03-Jun-2018
|
Last updated: 06-July-2018
|
||||||
|
|
||||||
For instructions see:
|
For instructions see:
|
||||||
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
|
||||||
@ -90,7 +90,7 @@
|
|||||||
'browser.laterrun.enabled',
|
'browser.laterrun.enabled',
|
||||||
'browser.offline-apps.notify',
|
'browser.offline-apps.notify',
|
||||||
'browser.rights.3.shown',
|
'browser.rights.3.shown',
|
||||||
'browser.slowStartup.maxSamples'
|
'browser.slowStartup.maxSamples',
|
||||||
'browser.slowStartup.notificationDisabled',
|
'browser.slowStartup.notificationDisabled',
|
||||||
'browser.slowStartup.samples',
|
'browser.slowStartup.samples',
|
||||||
'browser.storageManager.enabled',
|
'browser.storageManager.enabled',
|
||||||
|
11
user.js
11
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: ghacks user.js
|
* name: ghacks user.js
|
||||||
* date: 06 July 2018
|
* date: 08 August 2018
|
||||||
* version 61-beta: You Can't Hurry Pants
|
* version 61: You Can't Hurry Pants
|
||||||
* "My mama said, "You can't hurry pants. No, you'll just have to wait""
|
* "My mama said, "You can't hurry pants. No, you'll just have to wait""
|
||||||
* 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
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
******/
|
******/
|
||||||
|
|
||||||
/* START: internal custom pref to test for syntax errors (thanks earthling)
|
/* START: internal custom pref to test for syntax errors
|
||||||
* [NOTE] In FF60+, not all syntax errors cause parsing to abort i.e. reaching the last debug
|
* [NOTE] In FF60+, not all syntax errors cause parsing to abort i.e. reaching the last debug
|
||||||
* pref no longer necessarily means that all prefs have been applied. Check the console right
|
* pref no longer necessarily means that all prefs have been applied. Check the console right
|
||||||
* after startup for any warnings/error messages related to non-applied prefs
|
* after startup for any warnings/error messages related to non-applied prefs
|
||||||
@ -1484,6 +1484,7 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
|||||||
** 1337893 - isolate DNS cache (FF55+)
|
** 1337893 - isolate DNS cache (FF55+)
|
||||||
** 1344170 - isolate blob: URI (FF55+)
|
** 1344170 - isolate blob: URI (FF55+)
|
||||||
** 1300671 - isolate data:, about: URLs (FF55+)
|
** 1300671 - isolate data:, about: URLs (FF55+)
|
||||||
|
** 1473247 - isolate IP addresses (FF63+)
|
||||||
|
|
||||||
NOTE: FPI has some issues depending on your Firefox release
|
NOTE: FPI has some issues depending on your Firefox release
|
||||||
** 1418931 - [fixed in FF58+] IndexedDB (Offline Website Data) with FPI Origin Attributes
|
** 1418931 - [fixed in FF58+] IndexedDB (Offline Website Data) with FPI Origin Attributes
|
||||||
@ -2122,10 +2123,10 @@ user_pref("experiments.activeExperiment", false);
|
|||||||
// 2612: disable remote JAR files being opened, regardless of content type (FF42+)
|
// 2612: disable remote JAR files being opened, regardless of content type (FF42+)
|
||||||
// [1] https://bugzilla.mozilla.org/1173171
|
// [1] https://bugzilla.mozilla.org/1173171
|
||||||
// [2] https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/
|
// [2] https://www.fxsitecompat.com/en-CA/docs/2015/jar-protocol-support-has-been-disabled-by-default/
|
||||||
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1427726
|
// [-] https://bugzilla.mozilla.org/1427726
|
||||||
user_pref("network.jar.block-remote-files", true);
|
user_pref("network.jar.block-remote-files", true);
|
||||||
// 2613: disable JAR from opening Unsafe File Types
|
// 2613: disable JAR from opening Unsafe File Types
|
||||||
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1427726
|
// [-] https://bugzilla.mozilla.org/1427726
|
||||||
user_pref("network.jar.open-unsafe-types", false);
|
user_pref("network.jar.open-unsafe-types", false);
|
||||||
// * * * /
|
// * * * /
|
||||||
// ***/
|
// ***/
|
||||||
|
Reference in New Issue
Block a user