Archive for May, 2009

用 Ubiquity 发飞信

May 2nd, 2009 - 13 Responses

在我的推友里看到这篇 中国移动飞信 Fetion API 免费发短信的一些应用。文章里面有个 Ubiquity 命令,很简陋,而且还是新建标签式的。

输入在 Ubiquity 里输入 command-editor 或者打开 chrome://ubiquity/content/editor.html,在输入框的末尾输入以下命令。红色部分需要修改。
CmdUtils.CreateCommand({
  name: "sms",
  takes: {status: noun_arb_text},
  homepage: "http://blog.loland.net/2008/09/28/58.et",
  author: {name: "sfufoet", homepage: "http://blog.loland.net/"},
  license: "MPL",
 
  preview: function(previewBlock, statusText, mods) {
    var previewTemplate = '</div><br/>' +
                          "将要发送到手机的的内容如下: <br/>" +      
                    [...]

GMail Compactor - 让 Gmail 侧栏的文字变图标!

May 1st, 2009 - 9 Responses

有图有真相:

注:垃圾箱和收件箱的数字会显示在图标上的。。另外,脚本会隐藏 Gmail 的 logo,还有把搜索框压缩到侧边栏了。。
猛击这里安装 GMail Compactor.user.js
via