There are 6 previous versions of this script.
// ==UserScript== // @name FFReal Google // @namespace http://www.tc.umn.edu/~phanx068 // @description When hitting enter in the firefox searchbar, it makes you go to a FF search site. This will make it so it goes to REAL google search. // @include http://www.google.com/firefox // ==/UserScript== window.location = "http://www.google.com";
