canfan (owner)

Revisions

gist: 225483 Download_button fork
public
Public Clone URL: git://gist.github.com/225483.git
Embed All Files: show embed
x #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CmdUtils.makeSearchCommand({
  name: "stackoverflow-search",
  url: "http://stackoverflow.com/search?q={QUERY}",
  icon: "http://stackoverflow.com/favicon.ico",
  description: "Searches stackoverflow.com"
});
 
 
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
  name: "stackoverflow",
  url: "http://stackoverflow.com/search?q={QUERY}",
  icon: "http://stackoverflow.com/favicon.ico",
  description: "Searches stackoverflow.com"
});
 
 
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
  name: "isdown",
  url: "http://downforeveryoneorjustme.com/{QUERY}",
  icon: "http://downforeveryoneorjustme.com/favicon.ico",
  description: "Searches downforeveryoneorjustme.com"
});