Update 'user.js'

This commit is contained in:
Narsil 2021-04-28 16:40:00 -04:00
parent c2661d692d
commit 9d2013e02d
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// 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
// //
@ -971,6 +971,9 @@ user_pref("dom.archivereader.enabled", false);
// ------------------------------------- // -------------------------------------
// Define whether animated lightweight themes (Personas) are allowed // Define whether animated lightweight themes (Personas) are allowed
user_pref("lightweightThemes.animation.enabled", false); user_pref("lightweightThemes.animation.enabled", false);
// -------------------------------------
// Disable summary/details html elements
// user_pref("dom.details_element.enabled", true);
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// WARNINGS // WARNINGS