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.makeSearchCommand({ | |
| names: ["DuckGo"], | |
| url: "http://duckduckgo.com/?q={QUERY}", | |
| icon: "http://duckduckgo.com/favicon.ico", | |
| description: "Search DuckDuckGo for your words.", | |
| //help: "You can use the keyboard shortcut ctrl + alt + number to open one " + | |
| // "of the DuckGo results shown in the preview.", | |
| preview: function duck_preview(pblock, {object}) { | |
| var searchTerm = object.text; | |
| // Don't even display any text before fetching search results, |
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
| /* | |
| Criado por Ricardo Pontes (@ricardopontes) | |
| Email: [email protected] | |
| */ | |
| CmdUtils.CreateCommand({ | |
| names: ["tomai", "toma.ai"], | |
| arguments: noun_type_url, | |
| icon: 'http://toma.ai/favicon.ico', | |
| description: ("Encurte sua URL com o toma.ai."), |
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
| /* | |
| Criado por Ricardo Pontes (@ricardopontes) | |
| Email: [email protected] | |
| */ | |
| CmdUtils.CreateCommand({ | |
| names: ["vamu", "va.mu"], | |
| arguments: noun_type_url, | |
| icon: 'http://va.mu/favicon.ico', | |
| description: ("Encurte sua URL com o va.mu :-)."), |
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
| /* | |
| Criado por Ricardo Pontes (@ricardopontes) | |
| Email: [email protected] | |
| */ | |
| CmdUtils.CreateCommand({ | |
| names: ["miudin", "miud.in", "miud"], | |
| arguments: noun_type_url, | |
| icon: 'http://miud.in/images/miudico.ico', | |
| description: ("Encurte sua URL com o Miud.in"), |