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
/* | |
Based on Rick Strahl code | |
http://www.west-wind.com/weblog/posts/2008/Mar/18/A-simple-formatDate-function-for-JavaScript | |
Contributors: | |
Clauber Stipkovic - @clauberhalic | |
Mário Rinaldi - @MarioRinaldi | |
*/ | |
Date.prototype.formatDate = function (format) { |
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
/* This Commmand was maked to Mozilla Ubiquity 0.6.x */ | |
CmdUtils.CreateCommand({ | |
names: ["espn", "espn-com"], | |
description: "Shows the last news about sports from ESPN.com", | |
help: "Type espn or espn-com and the term that you want to search!", | |
author: { | |
name: "Clauber Stipkovic", | |
email: "[email protected]", | |
homepage: "http://clauber.coffeebreakers.org" | |
}, |
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
/* This Commmand was maked to Mozilla Ubiquity 0.6.x */ | |
CmdUtils.CreateCommand({ | |
names: ["espn-br", "espn-brasil"], | |
description: "Mostra as ultimas noticias do site ESPN.com.br", | |
help: "Digite espn-br e o termo que você quer buscar!", | |
author: { | |
name: "Clauber Stipkovic", | |
email: "[email protected]", | |
homepage: "http://clauber.coffeebreakers.org" | |
}, |
NewerOlder