瀏覽代碼

add instapaper.initial_comment_function pref

pull/1/head
10sr 13 年之前
父節點
當前提交
2abf386107
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js 查看文件

@@ -151,6 +151,10 @@ local["^http://www.tumblr.com/dashboard"] = [
// plugin option

plugins.options["instapaper.close_after_post"] = true;
plugins.options["instapaper.initial_comment_function"] = function(){
var now = new Date();
return "[" + now.toLocaleString() + "]";
};

//////////////////////////////////////////
// yatc


Loading…
取消
儲存