-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathuser.js
More file actions
14 lines (12 loc) · 710 Bytes
/
user.js
File metadata and controls
14 lines (12 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Source file made available under Mozilla Public License v. 2.0 See the main repository for updates as well as full license text.
https://github.com/Godiesc/firefox-gx */
/* Default rules */
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("svg.context-properties.content.enabled", true);
user_pref("browser.tabs.delayHidingAudioPlayingIconMS", 0);
user_pref("browser.tabs.allow_transparent_browser", true);
user_pref("sidebar.revamp.round-content-area", false);
/*To active container tabs without any extension */
user_pref("privacy.userContext.enabled", true);
user_pref("privacy.userContext.ui.enabled", true);
user_pref("privacy.userContext.longPressBehavior", 2);