-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4f8959c
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Submodule ShadowFox
added at
e487f2
Submodule UserChrome-Tweaks
added at
694ff0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "ShadowFox/userChrome_imports.css"; | ||
|
||
/* Hide Mobile Bookmarks from Toolbar Bookmarks Menu */ | ||
#BMB_mobileBookmarks { | ||
display: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@import "ShadowFox/userContent_imports.css"; | ||
/*@import "ublock.css";*/ | ||
|
||
#PersonalToolbar { | ||
visibility:collapse; | ||
} | ||
#main-window[title^="New Tab"] #PersonalToolbar, | ||
#main-window[title="Mozilla Firefox"] #PersonalToolbar { | ||
visibility:visible !important; | ||
} |