浏览代码

add ext open-remote-init-file

pull/1/head
10sr 10 年前
父节点
当前提交
c55ba632e8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      _keysnail.js

+ 5
- 0
_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]


正在加载...
取消
保存