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