Skip to content

Instantly share code, notes, and snippets.

@Neto
Neto / gist:10788
Created September 15, 2008 01:16
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) {
@Neto
Neto / gist:10797
Created September 15, 2008 02:37
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) {
@Neto
Neto / gist:10791
Created September 15, 2008 01:42
Ubiquity - Viu Isso? - Michel Lent
CmdUtils.CreateCommand({
name: "viu",
icon: "http://www.viuisso.com.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Viu Isso? Search",
homepage: "http://www.viuisso.com.br/",
takes: {"query": noun_arb_text},
execute: function (q) {
@Neto
Neto / gist:10795
Created September 15, 2008 02:17
Ubiquity - Coxa Creme - Ricardo Cavallini
CmdUtils.CreateCommand({
name: "coxa",
icon: "http://www.coxacreme.com.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Coxa Creme Search",
homepage: "http://www.coxacreme.com.br/",
takes: {"query": noun_arb_text},
execute: function (q) {
@Neto
Neto / gist:10808
Created September 15, 2008 03:22
Ubiquity - Não Conte pra Mãe
CmdUtils.CreateCommand({
name: "ncpm",
icon: "http://naocontepramamae.wordpress.com/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "NCPM Search",
homepage: "http://naocontepramamae.wordpress.com/",
takes: {"query": noun_arb_text},
execute: function (q) {
@Neto
Neto / gist:10815
Created September 15, 2008 04:29
Ubiquity - Marketing Box - Lou Martins
CmdUtils.CreateCommand({
name: "mbox",
icon: "http://www.mbox.blog.br/favicon.ico",
author: {name: "Mentor Muniz", email: "neto@bullet.com.br"},
description: "Marketing Box Search",
homepage: "http://www.mbox.blog.br/",
takes: {"query": noun_arb_text},
execute: function (q) {