FFReal Google

By Phanboy Last update Nov 8, 2008 — Installed 166 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0

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";