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({ | |
names: ["rottentomatoes"], | |
icon: "http://www.mozilla.com/favicon.ico", | |
description: "Searches RottenTomatoes for Movie titles.", | |
help: "type rottentomatoes then your movie name.", | |
author: {name: "Jason Frasier", email: "[email protected]"}, | |
license: "GPL", | |
homepage: "http://www.rottentomatoes.com/", | |
arguments: [{role: 'object', nountype: noun_arb_text}], | |
preview: function previewSearchRT(pblock, args) { |
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({ | |
names: ["rottentomatoes"], | |
icon: "http://www.mozilla.com/favicon.ico", | |
description: "Searches RottenTomatoes for Movie titles.", | |
help: "type rottentomatoes then your movie name.", | |
author: {name: "Jason Frasier", email: "[email protected]"}, | |
license: "GPL", | |
homepage: "http://labs.mozilla.com/", | |
arguments: [{role: 'object', nountype: noun_arb_text}], |