Google Firefox start fixes
Last update on Mar 11, 2006
Adds I'm Feeling Lucky to Google Firefox start page
I like the Google Firefox page (the default start page for Firefox), but it didn't have "I'm Feeling Lucky", so I added it. If you have other problems with this page, let me know and I'll try to fix them.
You could comment on this script if you were logged in.
8 comments
You could comment on this script if you were logged in.

login to vote
K0shyX, I just tested the script, and see no problem. It's probably another script or an unrelated issue.
login to vote
this script kinda makes the webpage look funky when it's installed, the firefox banner is half missing and there's two google logos
login to vote
What changes need to be made, Dink?
login to vote
had to edit this script when i updated to firefox 2.2
login to vote
I've updated it as recommended by Richard Davies. That does "feel" better. Thanks.
login to vote
Let's try this again... ;-)
var styles = '<style>input {margin: 3px 5px 0 0;}</style>';
document.body.innerHTML += styles;
login to vote
I added the following two lines of code to the bottom of the script to add a little bit of padding around the buttons. I think it looks a little better this way...
var styles = '<style>input {margin: 3px 5px 0 0;}</style>';
document.body.innerHTML += styles;
login to vote
Great script! This is exactly what I was looking for and works great!