Skip to content

Instantly share code, notes, and snippets.

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