|
Modify search engines in Opera
By SoftwareTipsPalace.com | Date: September 26, 2007
| Instructions |
Level: Advanced |
It is necessary to go to modify the C:\Program Files\Opera8\profile\search.ini file.
Google.de & Amazon.de
It is enough to traverse the file and to replace for the search engines wanted, .com in .de as you can from example below:
URL=http://www.google.de/search?q=%s&sourceid=opera&num=
%i&ie=utf-8&oe=utf-8 |
URL=http://news.google.de/news?q=%s&sourceid=opera&num
=%i&ie=utf-8&oe=utf-8 |
URL=http://www.amazon.de/exec/obidos/external-search?tag
=opera-20&index=blended&keyword=%s |
AOL.de
Name=AOL.de
URL=http://www.recherche.aol.de/rech?q=%s&v=0
Query=
Key=a
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Verbtext=17063 |
Wikipedia.de
Name=WikiPedia (de)
URL=http://de.wikipedia.org/wiki/Special:Search?
search=%s&go=Go&sourceid=Opera-search
Query=
Key=wp
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0 |
Yahoo.de
Name=Yahoo.de
URL=http://de.search.yahoo.com/search?p=%s
Query=
Key=y
Is post=0
Has endseparator=0
Encoding=UTF-8
Search Type=0
Verbtext=17063
Position=-1
Nameid=0 |
%s is replaced by the character string seized in the field of research
It is thus easy to add the engine of its choice, it is enough to see where the word seized is located then to replace it by “%s' and to take existing example on those in the file search.ini
The field “Name” corresponds in the name of the search engine which will be posted in the navigator
The field “Key” corresponds to the affected recourse for a research carried out since the bar of address.
|