Skip to content

Instantly share code, notes, and snippets.

View isacssouza's full-sized avatar

Isac Sacchi e Souza isacssouza

  • Campinas, SP, Brazil
View GitHub Profile
@isacssouza
isacssouza / gdefine.js
Created June 3, 2009 16:25
A ubiquity command that searchs google with the prefix '"define:"
CmdUtils.makeSearchCommand({
names: ["gdefine"],
url: "http://www.google.com/search?defl=en&q=define:{QUERY}",
icon: "http://www.google.com/favicon.ico",
description: "Searches Google for your words using the 'define' command.",
author: {name: "Isac Sacchi e Souza", email: "isacssouza@gmail.com"},
license: "Public domain",
arguments: [{role: "object", nountype: noun_arb_text, label: "The word to define."}],
preview: function(pblock, args) {