franklin
小狐狸
小狐狸
  • UID6792
  • 注册日期2005-06-15
  • 最后登录2006-03-21
  • 发帖数19
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:1657回复:2

那些搜索引擎是怎么排序的

楼主#
更多 发布于:2005-10-09 16:34
装了超过十个的searchplugin后,就发现他们的排序很重要,可好像也不是按照按装的先后顺序排的,也不是按照字母顺序排的啊,能调整么?

谢谢
fiag
管理员
管理员
  • UID1188
  • 注册日期2004-12-21
  • 最后登录2024-04-22
  • 发帖数4681
  • 经验686枚
  • 威望0点
  • 贡献值402点
  • 好评度51点
1楼#
发布于:2005-10-09 16:34
franklin
小狐狸
小狐狸
  • UID6792
  • 注册日期2005-06-15
  • 最后登录2006-03-21
  • 发帖数19
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2005-10-09 16:34
谢谢版主,不过那个帖子没解决问题,还是下面这个搞定了,有用的朋友可以试一下,这样就可以把自己喜欢的搜索引擎排序了

Create a new preference, make it a string type, and enter the search engine name. Use the exact name as the .src file in your search plugins folder.
This will put ebay into the third position
Code:

browser.search.order.3  user set  string  ebay



This works. I don't speak CSS and realize there is more than one way to skin a cat. I change and add entries in about:config. You must enter the engine exactly as it appears in the Search Bar's drop down menu. I.e., Wikipedia (EN) is correct, Wikipedia is not. Let xyz represent the engine.

Enter "about.config" in the Location (address) Bar then,
Filter=browser.search

If you want something other than Yahoo in the second position, delete all strings (right click, modify,delete) with Yahoo in any part of them.

Then add these two lines (right-click, new) This will set the engine xyz in the 3rd position down:

browser.search.order.3; string; xyz
browser.search.order.xyz.3; string; chrome://browser/content/searchconfig.properties
游客

返回顶部