Explorar el Código

add instapaper.initial_comment_function pref

pull/1/head
10sr hace 13 años
padre
commit
2abf386107
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js Ver fichero

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


Cargando…
Cancelar
Guardar