Skip to content

Instantly share code, notes, and snippets.

@celogeek
Created October 28, 2009 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celogeek/220632 to your computer and use it in GitHub Desktop.
Save celogeek/220632 to your computer and use it in GitHub Desktop.
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "mininova-search",
url: "http://www.mininova.org/search/?search={QUERY}",
icon: "http://www.mininova.org/favicon.ico",
description: "Searches www.mininova.org"
});
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "allocine-search",
url: "http://www.allocine.fr/recherche/?motcle={QUERY}&rub=0",
icon: "http://www.allocine.fr/favicon.ico",
description: "Searches www.allocine.fr"
});
CmdUtils.makeSearchCommand({
name: "mysql-search",
url: "http://search.mysql.com/search?q={QUERY}&site=refman-41&btnG=Search&sort=date%3AD%3AL%3Ad1&entsp=0&client=default_frontend&lr=lang_en&entqr=0&oe=UTF-8&ie=UTF-8&ud=1&proxystylesheet=default_frontend&output=xml_no_dtd",
icon: "http://search.mysql.com/favicon.ico",
description: "Searches search.mysql.com"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment