This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "mbox", | |
icon: "http://www.mbox.blog.br/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "Marketing Box Search", | |
homepage: "http://www.mbox.blog.br/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "ncpm", | |
icon: "http://naocontepramamae.wordpress.com/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "NCPM Search", | |
homepage: "http://naocontepramamae.wordpress.com/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "ricfig", | |
icon: "http://ricfigueira.blogspot.com/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "Day by Day Search", | |
homepage: "http://ricfigueira.blogspot.com/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "coxa", | |
icon: "http://www.coxacreme.com.br/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "Coxa Creme Search", | |
homepage: "http://www.coxacreme.com.br/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "viu", | |
icon: "http://www.viuisso.com.br/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "Viu Isso? Search", | |
homepage: "http://www.viuisso.com.br/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "uod", | |
icon: "http://www.updateordie.com/favicon.ico", | |
author: {name: "Mentor Muniz", email: "[email protected]"}, | |
description: "UoD Search", | |
homepage: "http://www.updateordie.com/", | |
takes: {"query": noun_arb_text}, | |
execute: function (q) { |