mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-26 08:51:16 +01:00
bit of a cleanup
parent
4b98077db8
commit
cb93e1bdf1
@ -7,27 +7,24 @@ Add-ons can be more powerful than a preference, such as offering whitelists/blac
|
|||||||
If you would like to submit a privacy or security related add-on (it *must* be e10s compatible) to be added to this list, please post the details [here](https://github.com/ghacksuserjs/ghacks-user.js/issues/12) for consideration, thanks.
|
If you would like to submit a privacy or security related add-on (it *must* be e10s compatible) to be added to this list, please post the details [here](https://github.com/ghacksuserjs/ghacks-user.js/issues/12) for consideration, thanks.
|
||||||
|
|
||||||
Legend:
|
Legend:
|
||||||
- :white_check_mark: Web Extension
|
|
||||||
- :green_heart: Web Extension under development
|
- :green_heart: Web Extension under development
|
||||||
- :purple_heart: Web Extension maybe / depends
|
- :purple_heart: Web Extension maybe / depends
|
||||||
- :broken_heart: Web Extension nah
|
- :broken_heart: Web Extension nah
|
||||||
- :pushpin: Not e10s compatible
|
|
||||||
- :triangular_flag_on_post: missing `multiprocessCompatible` flag
|
|
||||||
* this means it will be disabled by ~~FF53+~~ FF55+
|
|
||||||
|
|
||||||
### :small_orange_diamond: Recommended Web Extensions
|
### :small_orange_diamond: Recommended Web Extensions
|
||||||
|
|
||||||
* [Cookie AutoDelete](https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/) | [GitHub](https://github.com/mrdokenny/Cookie-AutoDelete)
|
* [Cookie AutoDelete](https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/) | [GitHub](https://github.com/mrdokenny/Cookie-AutoDelete)
|
||||||
* Note: can't clear Local Storage yet due to API limitations
|
* Tickets
|
||||||
* Note: does not work with `privacy.firstparty.isolate` - [Issue](https://github.com/mrdokenny/Cookie-AutoDelete/issues/75) | [1381197](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197)
|
* [1355576](https://bugzilla.mozilla.org/show_bug.cgi?id=1355576) no control over Local Storage - BUG RESOLVED FIXED
|
||||||
|
* [1381197](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197) no control with FPI cookies | [Github Issue](https://github.com/mrdokenny/Cookie-AutoDelete/issues/75)
|
||||||
|
* [1362834](https://bugzilla.mozilla.org/show_bug.cgi?id=1362834) no control with internal cookies
|
||||||
* [Link Cleaner](https://addons.mozilla.org/firefox/addon/link-cleaner/) | [GitHub](https://github.com/idlewan/link_cleaner)
|
* [Link Cleaner](https://addons.mozilla.org/firefox/addon/link-cleaner/) | [GitHub](https://github.com/idlewan/link_cleaner)
|
||||||
* not intended to "clean urls" in content, it is designed to clean/redirect urls you load, eg strip `utm_*` parameters on all domains
|
* not intended to "clean urls" in content, it is designed to clean/redirect urls you load, eg strip `utm_*` parameters on all domains
|
||||||
* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [GitHub](https://github.com/tumpio/requestcontrol)
|
* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [GitHub](https://github.com/tumpio/requestcontrol)
|
||||||
* Examples of [Filter Rules](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.5-Request-Control)
|
* Examples of [Filter Rules](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.5-Request-Control)
|
||||||
* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) | [GitHub](https://github.com/einaregilsson/Redirector)
|
* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) | [GitHub](https://github.com/einaregilsson/Redirector)
|
||||||
* Examples of [Redirects](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.6-Redirector)
|
* Examples of [Redirects](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.6-Redirector)
|
||||||
* ~~[eCleaner (Forget Button)](https://addons.mozilla.org/firefox/addon/ecleaner-forget-button/) | [GitHub](https://github.com/andy-portmen/ecleaner/)~~
|
* [Smart Referer](https://addons.mozilla.org/firefox/addon/smart-referer/) | [GitHub](https://github.com/meh/smart-referer) | [Web Extension Info](https://github.com/meh/smart-referer/tree/master/webextension)
|
||||||
* ~~Requires cookies in order to access local dom storage where it keeps its settings/preferences. Without this the whole extension fails.~~ Awaiting developer to make changes to use more robust error handling and to store settings in an extensions.* pref
|
|
||||||
|
|
||||||
### :small_orange_diamond: Recommended Add-ons
|
### :small_orange_diamond: Recommended Add-ons
|
||||||
These are all, where applicable, best configured to `deny-all` and whitelist.
|
These are all, where applicable, best configured to `deny-all` and whitelist.
|
||||||
@ -45,17 +42,12 @@ These are all, where applicable, best configured to `deny-all` and whitelist.
|
|||||||
* Allows you to run [User Scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-User-Scripts) which can do neat things
|
* Allows you to run [User Scripts](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-User-Scripts) which can do neat things
|
||||||
* :purple_heart: [QuickJava](https://addons.mozilla.org/firefox/addon/quickjava/) | [GitHub](https://github.com/ThatOneGuyDotNet/QuickJava) | [Web Extension](https://github.com/ThatOneGuyDotNet/QuickJava/issues/44)
|
* :purple_heart: [QuickJava](https://addons.mozilla.org/firefox/addon/quickjava/) | [GitHub](https://github.com/ThatOneGuyDotNet/QuickJava) | [Web Extension](https://github.com/ThatOneGuyDotNet/QuickJava/issues/44)
|
||||||
* Configurable toggle buttons for JS, ~~Java~~, Flash, images and more
|
* Configurable toggle buttons for JS, ~~Java~~, Flash, images and more
|
||||||
* :purple_heart: :pushpin: :triangular_flag_on_post: [Smart Referer](https://addons.mozilla.org/firefox/addon/smart-referer/) | [GitHub](https://github.com/meh/smart-referer) | [Web Extension](https://github.com/meh/smart-referer/tree/master/webextension)
|
* :broken_heart: [No Resource URI Leak (clone)](https://raw.githubusercontent.com/earthlng/testpages/master/no_resource_uri_leak-1.1.1-an%2Bfx%2Bsm%2Btb.xpi) - see [#191](https://github.com/ghacksuserjs/ghacks-user.js/issues/191) | original [here](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/) | [Cannot be ported to WE](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/reviews/860958/)
|
||||||
* :broken_heart: [Pure URL](https://addons.mozilla.org/firefox/addon/pure-url/)
|
|
||||||
* Started to break in various ways since 53.02 (review) and definitely 54 (Thorin)
|
|
||||||
* Link Cleaner listed under Web Extensions now does everything Pure URL does
|
|
||||||
* :broken_heart: [No Resource URI Leak](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/) | [Cannot be ported to WE](https://addons.mozilla.org/firefox/addon/no-resource-uri-leak/reviews/860958/)
|
|
||||||
* note: FF53+ [issue #89](https://github.com/ghacksuserjs/ghacks-user.js/issues/89), FF55+ [stopped working](https://notabug.org/desktopd/no-resource-uri-leak/issues/14), FF57+ cannot be ported but see [863246](https://bugzilla.mozilla.org/show_bug.cgi?id=863246)
|
* note: FF53+ [issue #89](https://github.com/ghacksuserjs/ghacks-user.js/issues/89), FF55+ [stopped working](https://notabug.org/desktopd/no-resource-uri-leak/issues/14), FF57+ cannot be ported but see [863246](https://bugzilla.mozilla.org/show_bug.cgi?id=863246)
|
||||||
* note: [Here](https://raw.githubusercontent.com/earthlng/testpages/master/no_resource_uri_leak-1.1.1-an%2Bfx%2Bsm%2Btb.xpi) is a fixed clone version for FF55+ (thanks earthlng) - see [#191](https://github.com/ghacksuserjs/ghacks-user.js/issues/191)
|
* :broken_heart: [No Redirect (Clone)](https://raw.githubusercontent.com/earthlng/testpages/master/noredirect_clone-1.3.2.13.1-fx%2Bsm.xpi) - see [#191](https://github.com/ghacksuserjs/ghacks-user.js/issues/191) | original [here](https://addons.mozilla.org/firefox/addon/noredirect/)
|
||||||
* :broken_heart: [Cookie Controller](https://addons.mozilla.org/firefox/addon/cookie-controller/) <sup>1</sup> | [Web Extension](http://forums.mozillazine.org/viewtopic.php?p=14752435&sid=d2aab789f2ab81917c1c9eb46236e940#p14752435) & [1356277](https://bugzilla.mozilla.org/show_bug.cgi?id=1356277), [1329745](https://bugzilla.mozilla.org/show_bug.cgi?id=1329745), [1333050](https://bugzilla.mozilla.org/show_bug.cgi?id=1333050), [1340511](https://bugzilla.mozilla.org/show_bug.cgi?id=1340511)
|
* :broken_heart: [Cookie Controller](https://addons.mozilla.org/firefox/addon/cookie-controller/) <sup>1</sup> | [Web Extension](http://forums.mozillazine.org/viewtopic.php?p=14752435&sid=d2aab789f2ab81917c1c9eb46236e940#p14752435) & [1356277](https://bugzilla.mozilla.org/show_bug.cgi?id=1356277), [1329745](https://bugzilla.mozilla.org/show_bug.cgi?id=1329745), [1333050](https://bugzilla.mozilla.org/show_bug.cgi?id=1333050), [1340511](https://bugzilla.mozilla.org/show_bug.cgi?id=1340511)
|
||||||
* :broken_heart: :pushpin: [Self-Destructing Cookies](https://addons.mozilla.org/firefox/addon/self-destructing-cookies/) <sup>1</sup> | [Web Extension](https://gist.github.com/ssokolow/2fb8debc7dfdbf1d9a0da90284f5d73a#sdc1)
|
* :broken_heart: [Self-Destructing Cookies](https://addons.mozilla.org/firefox/addon/self-destructing-cookies/) <sup>1</sup> | [Web Extension](https://gist.github.com/ssokolow/2fb8debc7dfdbf1d9a0da90284f5d73a#sdc1)
|
||||||
* :broken_heart: :pushpin: :triangular_flag_on_post: [NoRedirect](https://addons.mozilla.org/firefox/addon/noredirect/)
|
* NOTE: not e10s and missing `multiprocessCompatible` flag
|
||||||
* [No Redirect (Clone)](https://raw.githubusercontent.com/earthlng/testpages/master/noredirect_clone-1.3.2.13.1-fx%2Bsm.xpi) which fixes the missing `multiprocessCompatible` flag (thanks earthlng)
|
|
||||||
|
|
||||||
<sup>1</sup> Don't use multiple cookie add-ons
|
<sup>1</sup> Don't use multiple cookie add-ons
|
||||||
|
|
||||||
@ -70,10 +62,7 @@ These add-ons will not mask or alter any data sent or received, but may be usefu
|
|||||||
* [Live HTTP Headers](https://addons.mozilla.org/firefox/addon/live-http-headers-clone/)
|
* [Live HTTP Headers](https://addons.mozilla.org/firefox/addon/live-http-headers-clone/)
|
||||||
|
|
||||||
### :small_orange_diamond: Don't Bother Recommending These...
|
### :small_orange_diamond: Don't Bother Recommending These...
|
||||||
* :white_check_mark: Ghostery
|
* Ghostery, Disconnect, Privacy Badger
|
||||||
* :white_check_mark: Disconnect
|
* They add nothing uBlock doesn't already cover
|
||||||
* :white_check_mark: Privacy Badger
|
* UAControl, User-Agent JS Fixer, or any other UA add-on
|
||||||
* :pushpin: :triangular_flag_on_post: [UAControl](https://addons.mozilla.org/firefox/addon/uacontrol/) <sup>1</sup> (or any other UA add-on)
|
* We do not recommend UA spoofing (see section 2697 in the `ghacks user.js`)
|
||||||
* :pushpin: :triangular_flag_on_post: [User-Agent JS Fixer](https://addons.mozilla.org/firefox/addon/user-agent-js-fixer/) <sup>1</sup>
|
|
||||||
|
|
||||||
<sup>1</sup> We do not recommend UA spoofing (see section 2697 in the `ghacks user.js`).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user