Firefox
Addons I use:
Adblock Plus
App Button Remover
British English Dictionary :3
Download Statusbar
DownThemAll!
Image Zoom
InstaClick
NoScript
Pentadactyl
Scriptish
Scriptish scripts:
4chan x
4chan stylescript
unXify
UserChrome.css:
You can find this by hitting windows key + r typing in "%appdata" navigating to *\Mozilla\Firefox\Profiles\YOURPROFILE\Chrome (If the Chrome folder doesn't exist you can create one then make a userChrome.css file)
#toolbar-menubar{
padding-left: 0px !important;
margin-right: 0px !important;
padding-top: 8px !important;
margin-top: -30px !important;
}
#appmenu-button-container{
position: fixed !important;
}
#navigator-toolbox[tabsontop="false"] #nav-bar{
margin-left: 0px !important;
margin-right: 140px !important;
padding-top: 12px !important;
}
#navigator-toolbox[tabsontop="true"]
#TabsToolbar{
margin-left: 0px !important;
margin-right: 100px !important;
padding-top: 8px !important;
This moves your tabs up which looks a lot nicer in my opinion. It is similar to how it is when you have firefox in full screen.