Skip to content

Instantly share code, notes, and snippets.

View frason's full-sized avatar

Jason Frasier frason

  • DesignMap
  • United States
View GitHub Profile
@frason
frason / x.js
Created October 26, 2009 01:13
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: "jfrasier@gmail.com"},
license: "GPL",
homepage: "http://labs.mozilla.com/",
arguments: [{role: 'object', nountype: noun_arb_text}],
@frason
frason / rottentomatoes.Ubiquity.js
Created October 26, 2009 01:14
RottenTomatoes
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: "jfrasier@gmail.com"},
license: "GPL",
homepage: "http://www.rottentomatoes.com/",
arguments: [{role: 'object', nountype: noun_arb_text}],
preview: function previewSearchRT(pblock, args) {