This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
marc
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
added userChrome to remove tabs
master
Marc
4 years ago
parent
408f1e6d72
commit
8ec69bb919
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
.config/firefox/userChrome.css
4
.config/firefox/userChrome.css
View File
@ -0,0 +1,4 @@
/* hides the native tabs */
#
TabsToolbar
{
visibility
:
collapse
;
}
Write
Preview
Loading…
Cancel
Save