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]