Update 'user.js'

This commit is contained in:
Narsil 2021-12-25 10:35:57 +00:00
parent 18379a1ec4
commit 04f7490905
1 changed files with 7 additions and 8 deletions

15
user.js
View File

@ -1,18 +1,13 @@
//
// ********************************************************************************** // **********************************************************************************
// user.js | Pale Moon // user.js | Pale Moon
//
// https://git.nixnet.xyz/Narsil/palemoon_user.js // https://git.nixnet.xyz/Narsil/palemoon_user.js
// ********************************************************************************** // **********************************************************************************
// //
// Author : Narsil : https://git.nixnet.xyz/Narsil // Author : Narsil : https://git.nixnet.xyz/Narsil
// //
//
//
// Based on : arkenfox : https://github.com/arkenfox/user.js // Based on : arkenfox : https://github.com/arkenfox/user.js
// //
// // License : https://git.nixnet.services/Narsil/palemoon_user.js/raw/branch/master/LICENSE
// License : https://git.nixnet.xyz/Narsil/desktop_user.js/raw/branch/master/LICENSE
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// STARTUP // STARTUP
@ -629,7 +624,7 @@ user_pref("dom.event.clipboardevents.enabled", false);
// Set max popups from a single non-click event - default is 20! // Set max popups from a single non-click event - default is 20!
user_pref("dom.popup_maximum", 3); user_pref("dom.popup_maximum", 3);
// ------------------------------------- // -------------------------------------
// Disable idle observation ***/ // Disable idle observation
user_pref("dom.idle-observers-api.enabled", false); user_pref("dom.idle-observers-api.enabled", false);
// ------------------------------------- // -------------------------------------
// Disable Intersection Observer API // Disable Intersection Observer API
@ -931,7 +926,7 @@ user_pref("startup.homepage_welcome_url", "");
user_pref("startup.homepage_override_url", ""); user_pref("startup.homepage_override_url", "");
user_pref("services.sync.prefs.sync.browser.startup.homepage", "about:blank"); user_pref("services.sync.prefs.sync.browser.startup.homepage", "about:blank");
// ------------------------------------- // -------------------------------------
// Enable ctrl-tab previews ***/ // Enable ctrl-tab previews
user_pref("browser.ctrlTab.previews", true); user_pref("browser.ctrlTab.previews", true);
// ------------------------------------- // -------------------------------------
// Control urlbar click behaviour (with defaults) // Control urlbar click behaviour (with defaults)
@ -985,6 +980,10 @@ user_pref("lightweightThemes.animation.enabled", false);
// ------------------------------------- // -------------------------------------
// Disable summary/details html elements // Disable summary/details html elements
// user_pref("dom.details_element.enabled", false); // user_pref("dom.details_element.enabled", false);
// -------------------------------------
// Enable Hardware Acceleration
// user_pref("layers.acceleration.enabled", true);
// user_pref("layers.acceleration.force", true);
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// WARNINGS // WARNINGS