Skip to content

Instantly share code, notes, and snippets.

// generated by create search command
CmdUtils.makeSearchCommand({
name: "FilmUp",
url: "http://filmup.leonardo.it/cgi-bin/search.cgi?ps=10&fmt=long&sy=0&q={QUERY}",
});
/* INBOX */
CmdUtils.CreateCommand({
name: "inbox",
homepage: "http://www.phoque.de/projekte/ubiquity/",
author: { name: "Nils Werner", email: "nils.werner@gmail.com"},
license: "GPL",
icon: "http://mail.google.com/mail/images/favicon.ico",
description: "Displays the number of unread emails in your inbox. Requires a <a href=\"http://mail.google.com\">Google Mail</a> account.",
preview: function( pBlock ) {
@harlemblues
harlemblues / gist:144913
Created July 10, 2009 23:46
TheFreeDictionary.com - Gives the meaning of a word, in a given language
Components.utils.import("resource://ubiquity/modules/setup.js");
const defaultLang = UbiquitySetup.languageCode;
CmdUtils.CreateCommand({
names: ["TFD", "TheFreeDictionary"],
arguments: [{role: "object",
nountype: noun_arb_text,
label: "word"},
{role: "format",
nountype: noun_type_lang_wikipedia,