Skip to content

Instantly share code, notes, and snippets.

@Neto
Created September 15, 2008 04: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 Neto/10815 to your computer and use it in GitHub Desktop.
Save Neto/10815 to your computer and use it in GitHub Desktop.
Ubiquity - Marketing Box - Lou Martins
CmdUtils.CreateCommand({
name: "mbox",
icon: "http://www.mbox.blog.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Marketing Box Search",
homepage: "http://www.mbox.blog.br/",
takes: {"query": noun_arb_text},
execute: function (q) {
var url = "http://www.mbox.blog.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