Ver código fonte

add instapaper.initial_comment_function pref

pull/1/head
10sr 13 anos atrás
pai
commit
2abf386107
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar