Skip to content

Instantly share code, notes, and snippets.

@Neto
Created September 15, 2008 02:17
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 Neto/10795 to your computer and use it in GitHub Desktop.
Save Neto/10795 to your computer and use it in GitHub Desktop.
Ubiquity - Coxa Creme - Ricardo Cavallini
CmdUtils.CreateCommand({
name: "coxa",
icon: "http://www.coxacreme.com.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Coxa Creme Search",
homepage: "http://www.coxacreme.com.br/",
takes: {"query": noun_arb_text},
execute: function (q) {
var url = "http://www.coxacreme.com.br/index.php?s="+q.text;
Utils.openUrlInBrowser (url);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment