Closed
Bug 405581
Opened 18 years ago
Closed 18 years ago
real google page wanted
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: katkolling, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Is it possible to get the plain google page loaded when one does an Enter from the google search box instead of the cooked firefox google page. I just don't like getting something that looks different, for no purpose.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•18 years ago
|
||
Yes, although you have to modify the plugin itself (clicking enter in an empty searchbox goes to a different url than when you type some characters, so that you go to the advanced section for example)
- in Explorer, go to C:\Program Files\Firefox\searchplugins
- edit google.xml (right-click on the file, and choos edit)
- at the end, you'll find :
<SearchForm>http://www.google.com/firefox</SearchForm>
- change that to :
<SearchForm>http://www.google.com/</SearchForm>
- save the file
- restart Firefox
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•