Skip to content

Instantly share code, notes, and snippets.

@cthrax
Created July 6, 2009 15:27
Show Gist options
  • Save cthrax/141486 to your computer and use it in GitHub Desktop.
Save cthrax/141486 to your computer and use it in GitHub Desktop.
dictionary.com ubiquity command for parser v2
/* command "define" */
CmdUtils.makeSearchCommand({
names: ["define"],
icon: "http://dictionary1.classic.reference.com/favicon.ico",
homepage: "http://dictionary.com",
author: { name: "Myles Bostwick", email: "ubiquity@zithora.com"},
license: "GPL",
description: "Search Dictionary.com",
help: "define: your word",
url: "http://dictionary.reference.com/browse/{QUERY}",
preview: function( pblock, args) {
var preview = "<p>" + _("No Preview at this time.") + "</p>";
pblock.innerHTML = preview;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment