Skip to content

Instantly share code, notes, and snippets.

@pypeng
pypeng / x
Created October 29, 2008 09:01
CmdUtils.CreateCommand({
name: "r-douban",
homepage: "http://www.douban.com/people/aka/",
author: { name: "Yu Peng", email: "pengyu.py@gmail.com"},
contributors: ["Yu Peng"],
license: "MPL",
description: "Recommend the current site to douban",
help: "posts the current tab url to douban with the comment input by the user.",
_params: function(comment,mods) {
@pypeng
pypeng / douban-ubiquity-recommend.js
Created August 28, 2008 14:50
ubiquity command for douban
CmdUtils.CreateCommand({
name: "r-douban",
homepage: "http://www.douban.com/people/aka/",
author: { name: "Yu Peng", email: "pengyu.py@gmail.com"},
contributors: ["Yu Peng"],
license: "MPL",
description: "Recommend the current site to douban",
help: "posts the current tab url to douban with the comment input by the user.",
_params: function(comment,mods) {