Browse Source

Add yahoo realtime search engine

pull/5/head
10sr 9 years ago
parent
commit
ade000b473
1 changed files with 13 additions and 11 deletions
  1. +13
    -11
      _keysnail.js

+ 13
- 11
_keysnail.js View File

@@ -90,24 +90,26 @@ style.register(
/////////////////////////////////// ///////////////////////////////////
//search engine //search engine
plugins.options["search-url-list"] = [ plugins.options["search-url-list"] = [
["bing","http://bing.com/search?q=%q"],
["yatwitter search","http://yats-data.com/yats/search?query=%q"],
["twitter search","http://twitter.com/search?q=%q&lang=all"],
["bing", "http://bing.com/search?q=%q"],
["yatwitter search", "http://yats-data.com/yats/search?query=%q"],
["Yahoo Realtime",
"http://realtime.search.yahoo.co.jp/search?rkf=1&ei=UTF-8&p=%q"],
["twitter search", "http://twitter.com/search?q=%q&lang=all"],
["tospy", "http://topsy.com/s?allow_lang=ja&q=%q"], ["tospy", "http://topsy.com/s?allow_lang=ja&q=%q"],
["2ch syoboi.jp", "http://ff2ch.syoboi.jp/?q=%q"], ["2ch syoboi.jp", "http://ff2ch.syoboi.jp/?q=%q"],
["2ch-ranking","http://2ch-ranking.net/search.php?q=%q&imp=and&order=time"], ["2ch-ranking","http://2ch-ranking.net/search.php?q=%q&imp=and&order=time"],
["2ch ttsearch", "http://ttsearch.net/s2.cgi?k=%q&o=r"], ["2ch ttsearch", "http://ttsearch.net/s2.cgi?k=%q&o=r"],
["I\'m feelig lucky!","http://www.google.co.jp/search?q=%q&btnI=kudos"],
["uncyclopedia","http://ja.uncyclopedia.info/wiki/%q"],
["wikipedia","http://ja.wikipedia.org/wiki/%q"],
["nicovideo.jp","http://www.nicovideo.jp/search/%q"],
["alc","http://eow.alc.co.jp/%q/UTF-8/"],
["I\'m feelig lucky!", "http://www.google.co.jp/search?q=%q&btnI=kudos"],
["uncyclopedia", "http://ja.uncyclopedia.info/wiki/%q"],
["wikipedia", "http://ja.wikipedia.org/wiki/%q"],
["nicovideo.jp", "http://www.nicovideo.jp/search/%q"],
["alc", "http://eow.alc.co.jp/%q/UTF-8/"],
["google map", ["google map",
"http://maps.google.co.jp/maps?hl=ja&q=%q&um=1&ie=UTF-8&sa=N&tab=wl"], "http://maps.google.co.jp/maps?hl=ja&q=%q&um=1&ie=UTF-8&sa=N&tab=wl"],
["weblio","http://www.weblio.jp/content_find?query=%q"],
["shoutcast","http://www.shoutcast.com/Internet-Radio/%q"],
["weblio", "http://www.weblio.jp/content_find?query=%q"],
["shoutcast", "http://www.shoutcast.com/Internet-Radio/%q"],
["delicious 10sr", "http://delicious.com/10sr/%q"], ["delicious 10sr", "http://delicious.com/10sr/%q"],
["open raw","%r"]
["open raw", "%r"]
]; ];


plugins.options["my-keysnail-bookmarks"] = [ plugins.options["my-keysnail-bookmarks"] = [


Loading…
Cancel
Save