mirror of
https://github.com/arkenfox/user.js.git
synced 2026-06-15 17:02:33 +05:30
Compare commits
72 Commits
v55.0-alpha
...
56.0
| Author | SHA1 | Date | |
|---|---|---|---|
| e1034faf1f | |||
| d4cfd1e885 | |||
| 6cdfd1a443 | |||
| ca16792723 | |||
| 6e2479dc0f | |||
| bbb29237cc | |||
| fec0c99287 | |||
| 258e8ff805 | |||
| a74170e2b0 | |||
| e29a301578 | |||
| 1031312f82 | |||
| ddfdf7cb47 | |||
| 649e49e0fa | |||
| 908a8d66f4 | |||
| 4a91b866a4 | |||
| 0912b03f62 | |||
| 12f80bdf65 | |||
| 88216743a5 | |||
| fa94f9b3c1 | |||
| 620a0ee29c | |||
| a25df4c942 | |||
| 7fa0025baf | |||
| 80ac9dfa1f | |||
| a93ce5d9f1 | |||
| 367972155a | |||
| 985c164cd0 | |||
| f5ffeff971 | |||
| 31e7c72f64 | |||
| 2f6deda172 | |||
| 39594629e5 | |||
| ca30ba4994 | |||
| 5338b6fb60 | |||
| bdf0e5ed56 | |||
| 89474d014f | |||
| c84a59fd95 | |||
| 598ee751f5 | |||
| 2e4e0a6327 | |||
| 4d35be7ccb | |||
| f3bd095fe9 | |||
| e794611920 | |||
| f450c2172b | |||
| 6a7dac32cc | |||
| 6900924aa6 | |||
| 7c2be97879 | |||
| 5e414ff5cb | |||
| 13aa4a0290 | |||
| 76672ed767 | |||
| a5ae7d17a3 | |||
| 54b64e3f3c | |||
| 17ba1401cf | |||
| e09e5ab8db | |||
| caed9d833c | |||
| d9f76d3add | |||
| bb2325cad2 | |||
| 9a0edfe887 | |||
| 0277ba8102 | |||
| b907dd7e83 | |||
| 83bb51b988 | |||
| f3c87367fb | |||
| ffc8280c0c | |||
| 346b945ee3 | |||
| b86f625b02 | |||
| 431b55f47f | |||
| 4120419cd5 | |||
| 9f30adee64 | |||
| a19a3d2a35 | |||
| b6533689cf | |||
| ae83b83590 | |||
| 4977d01fec | |||
| eab3a0b714 | |||
| dd25413c98 | |||
| 3d109664bb |
@@ -2,7 +2,7 @@
|
|||||||
A `user.js` is a configuration file that can control hundreds of Firefox settings. For a more technical breakdown and explanation, you can read more on the [overview](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.1-Overview) wiki page.
|
A `user.js` is a configuration file that can control hundreds of Firefox settings. For a more technical breakdown and explanation, you can read more on the [overview](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.1-Overview) wiki page.
|
||||||
|
|
||||||
###  ghacks user.js
|
###  ghacks user.js
|
||||||
The [ghacks user.js](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/user.js) is a template, which, as provided, aims ( with [add-ons](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-B:-Firefox-Add-ons) <sup>1</sup> ) to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen).
|
The [ghacks user.js](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/user.js) is a template, which, as provided, aims ( with [extensions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-B:-Extensions) <sup>1</sup> ) to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen).
|
||||||
|
|
||||||
We aim to INFORM and give you CHOICES. No one size fits all, so customize it! And not all sites have the same requirements, so use [profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.3-Concurrent-Profiles) with custom versions. We won't set you wrong.
|
We aim to INFORM and give you CHOICES. No one size fits all, so customize it! And not all sites have the same requirements, so use [profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.3-Concurrent-Profiles) with custom versions. We won't set you wrong.
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ INFORMATION IS POWER. So you can make informed decisions to better protect yours
|
|||||||
* Current and up-to-date with stable (including [changelogs](https://github.com/ghacksuserjs/ghacks-user.js/search?q=label%3Achangelog&type=Issues&utf8=%E2%9C%93))
|
* Current and up-to-date with stable (including [changelogs](https://github.com/ghacksuserjs/ghacks-user.js/search?q=label%3Achangelog&type=Issues&utf8=%E2%9C%93))
|
||||||
* Detailed (preference versioning, hidden preference information, explanations, and more)
|
* Detailed (preference versioning, hidden preference information, explanations, and more)
|
||||||
* Easy to use and discuss (sections, sub-sections, numbering)
|
* Easy to use and discuss (sections, sub-sections, numbering)
|
||||||
* Helpful (including a [wiki](https://github.com/ghacksuserjs/ghacks-user.js/wiki) with features such as [add-ons](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-B:-Firefox-Add-ons), [user scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-User-Scripts), [references](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-D:-References) and more)
|
* Helpful (including a [wiki](https://github.com/ghacksuserjs/ghacks-user.js/wiki) with features such as [extensions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-B:-Extensions), [user scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-User-Scripts), [references](https://github.com/ghacksuserjs/ghacks-user.js/wiki/Appendix-D:-References) and more)
|
||||||
* Innovative (formatting, special tags, and future plans such as branches)
|
* Innovative (formatting, special tags, and future plans such as branches)
|
||||||
|
|
||||||
###  usage
|
###  usage
|
||||||
@@ -26,7 +26,7 @@ Everyone, experts included, should at least read the [implementation](https://gi
|
|||||||
Literally thousands of sources, references and suggestions. That said...
|
Literally thousands of sources, references and suggestions. That said...
|
||||||
|
|
||||||
* Martin Brinkmann at [ghacks](https://www.ghacks.net/) <sup>2</sup>
|
* Martin Brinkmann at [ghacks](https://www.ghacks.net/) <sup>2</sup>
|
||||||
* 100% genuine super-nice all-round good guy
|
* 100% genuine super-nice all-around good guy
|
||||||
* The ghacks community and commentators
|
* The ghacks community and commentators
|
||||||
* Special mentions to [earthlng](https://github.com/earthlng), Tom Hawack, Just me, Conker, Rockin’ Jerry, Ainatar, Parker Lewis
|
* Special mentions to [earthlng](https://github.com/earthlng), Tom Hawack, Just me, Conker, Rockin’ Jerry, Ainatar, Parker Lewis
|
||||||
* [12bytes](http://12bytes.org/articles/tech/firefoxgecko-configuration-guide-for-privacy-and-performance-buffs)
|
* [12bytes](http://12bytes.org/articles/tech/firefoxgecko-configuration-guide-for-privacy-and-performance-buffs)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
Reference in New Issue
Block a user