forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
06bdcb0426
commit
1ee880fc6a
6
user.js
6
user.js
|
@ -1796,7 +1796,7 @@ user_pref("browser.link.open_newwindow.restriction", 0); // [DEFAULT: 0]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
|
// Pref : Disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
|
||||||
// [NOTE] You can still manually toggle the browser's fullscreen state, but this pref will disable embedded video fullscreen controls, e.g. youtube
|
// [NOTE] You can still manually toggle the browser's fullscreen state, but this pref will disable embedded video fullscreen controls, e.g. youtube
|
||||||
// * [TEST] https://torzillafox.github.io/tzp/tzp.html#screen
|
// * [TEST] https://arkenfox.github.io/TZP/tzp.html#screen
|
||||||
// user_pref("full-screen-api.enabled", false);
|
// user_pref("full-screen-api.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Block popup windows
|
// Pref : Block popup windows
|
||||||
|
@ -1817,7 +1817,7 @@ user_pref("dom.popup_allowed_events", "click dblclick"); // [DEFAULT: "change cl
|
||||||
// https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags
|
// https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags
|
||||||
// https://robertheaton.com/2014/01/20/cookieless-user-tracking-for-douchebags/
|
// https://robertheaton.com/2014/01/20/cookieless-user-tracking-for-douchebags/
|
||||||
// https://www.grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache
|
// https://www.grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache
|
||||||
// https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.2.4-Header-Editor
|
// https://github.com/arkenfox/user.js/wiki/4.2.4-Header-Editor
|
||||||
// https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21
|
// https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable disk cache
|
// Pref : Disable disk cache
|
||||||
|
@ -1962,7 +1962,7 @@ user_pref("font.name.monospace.x-western", "Lucida Console"); // [DEFAULT: Couri
|
||||||
user_pref("layout.css.font-loading-api.enabled", false);
|
user_pref("layout.css.font-loading-api.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable special underline handling for a few fonts which you will probably never use
|
// Pref : Disable special underline handling for a few fonts which you will probably never use
|
||||||
// https://github.com/ghacksuserjs/ghacks-user.js/issues/744
|
// https://github.com/arkenfox/user.js/issues/744
|
||||||
// user_pref("font.blacklist.underline_offset", "");
|
// user_pref("font.blacklist.underline_offset", "");
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable graphite
|
// Pref : Disable graphite
|
||||||
|
|
Loading…
Reference in New Issue