Pages

Saturday, 5 March 2011

Firefox and good addons

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.


Autorefreshing 4walled

My good friend Limez proclaimed he wouldn't leave his house if he had pictures of attractive females automatically shown to him. This is a solution to the grave problem of having to hit F5.

INSTALL DIS SCRIPT

then edit "// @include *"
so it reads
"// @include http://4walled.org/*"

Enjoy!