Parcourir la source

add instapaper.initial_comment_function pref

pull/1/head
10sr il y a 13 ans
Parent
révision
2abf386107
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      _keysnail.js

+ 4
- 0
_keysnail.js Voir le fichier

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


Chargement…
Annuler
Enregistrer