Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 11 years ago
parent
commit
a9b7ac1aae
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      _keysnail.js

+ 9
- 0
_keysnail.js View File

@@ -176,6 +176,15 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// my ext

ext.add("my-index-html", function(ev, arg){
homepath = util.getEnv("HOME");
file = ".index.html";
if (homepath) {
path = "file://" + homepath + "/" + file;
openUILinkIn(path, "tab");
}
}, "open my index.html");

ext.add('post-to-posterous', function (ev, arg) {
if (window.loadURI) {
loadURI("javascript:var%20b=document.body;var%20POSTEROUS___bookmarklet_domain='http://posterous.com';var%20d=new%20Date();var%20e=(new%20Date(d.getFullYear(),d.getMonth(),d.getDate())).getTime();if(b&&!document.xmlVersion){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://posterous.com/javascripts/bookmarklet2.js?'+e);void(b.appendChild(z));}else{}");


Loading…
Cancel
Save