← Back to Users
jagstyle's activity in the archive.
Since I find the "I'm Feeling Lucky" search absolutely useless and I usually prefer to have a non-Google search up in the corner (ex: Dictionary.com) it ends up working for me... Can you think of anything it would be better suited for?
I recommend changing the "I'm feeling lucky" search behavior to a normal Google search Insert into user.js (using ChromEdit extension): // Change to normal Google search: user_pref("keyword.URL", "http://www.google.com/search?btnG=Google+Search&q =");
Since I find the "I'm Feeling Lucky" search absolutely useless and I usually prefer to have a non-Google search up in the corner (ex: Dictionary.com) it ends up working for me...
Can you think of anything it would be better suited for?
I recommend changing the "I'm feeling lucky" search behavior to a normal Google search
// Change to normal Google search:
user_pref("keyword.URL", "http://www.google.com/search?btnG=Google+Search&q =");
Insert into user.js (using ChromEdit extension):