Update 'user.js'
This commit is contained in:
parent
c2661d692d
commit
9d2013e02d
9
user.js
9
user.js
|
@ -1,9 +1,9 @@
|
||||||
//
|
//
|
||||||
// **********************************************************************************
|
// **********************************************************************************
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in New Issue