forked from Narsil/palemoon_user.js
Upload files to "/"
This commit is contained in:
parent
c1d350bd6c
commit
53149f658e
4
user.js
4
user.js
|
@ -989,6 +989,10 @@ user_pref("lightweightThemes.animation.enabled", false);
|
|||
// Enable Hardware Acceleration
|
||||
// user_pref("layers.acceleration.enabled", true);
|
||||
// user_pref("layers.acceleration.force", true);
|
||||
// -------------------------------------
|
||||
// Disable CSS-based animations and transition effects
|
||||
user_pref("layout.css.animation.enabled", false);
|
||||
user_pref("layout.css.transition.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WARNINGS
|
||||
|
|
Loading…
Reference in New Issue