浏览代码

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


正在加载...
取消
保存