mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
sidebar true
This commit is contained in:
parent
c1a78499f4
commit
13473efca6
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ user_pref("widget.non-native-theme.scrollbar.style", 4); // Win10 like scrollbar
|
||||||
user_pref("devtools.chrome.enabled", true); // Enable devtools
|
user_pref("devtools.chrome.enabled", true); // Enable devtools
|
||||||
user_pref("findbar.highlightAll", true); // Highlight all by default with find
|
user_pref("findbar.highlightAll", true); // Highlight all by default with find
|
||||||
user_pref("image.http.accept", "*/*"); // Remove webp as the default image format. Default = "image/webp,*/*"
|
user_pref("image.http.accept", "*/*"); // Remove webp as the default image format. Default = "image/webp,*/*"
|
||||||
|
pref("sidebar.revamp", true); // Vertical tabs in FF nightly
|
||||||
user_pref("layout.word_select.eat_space_to_next_word", false); // Don't select the space next to a word when selecting a word
|
user_pref("layout.word_select.eat_space_to_next_word", false); // Don't select the space next to a word when selecting a word
|
||||||
|
|
||||||
/* START: internal custom pref to test for syntax errors
|
/* START: internal custom pref to test for syntax errors
|
||||||
|
|
Loading…
Add table
Reference in a new issue