Skip to content

Instantly share code, notes, and snippets.

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