Skip to content

Instantly share code, notes, and snippets.

@carlosbrando
Forked from Neto/gist:10791
Created September 15, 2008 13:56
Show Gist options
  • Save carlosbrando/10861 to your computer and use it in GitHub Desktop.
Save carlosbrando/10861 to your computer and use it in GitHub Desktop.
CmdUtils.CreateCommand({
name: "viu",
icon: "http://www.viuisso.com.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Viu Isso? Search",
homepage: "http://www.viuisso.com.br/",
takes: {"query": noun_arb_text},
execute: function (q) {
var url = "http://www.viuisso.com.br/?s="+q.text;
Utils.openUrlInBrowser (url);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment