From c55ba632e8e421417690a548935d384242634314 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 18 Sep 2013 15:11:59 +0900 Subject: [PATCH] add ext open-remote-init-file --- _keysnail.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_keysnail.js b/_keysnail.js index 8facf61..49c32a2 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -248,6 +248,11 @@ plugins.options["twitter_client.use_jmp"] = true; //////////////////////////////////////////// // my ext +ext.add("open-remote-init-file", function(ev, arg){ + const URL = "https://raw.github.com/10sr/dotfiles/master/_keysnail.js"; + window.openUILinkIn(URL, "tab"); +}, "Open remote initialization file"); + (function(){ function getOrganizer(){ // [How to call for Firefox bookmark dialog? - Stack Overflow]