Browse Source

add instapaper.initial_comment_function pref

pull/1/head
10sr 13 years ago
parent
commit
2abf386107
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js View File

@@ -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…
Cancel
Save