Explorar el Código

add ext open-remote-init-file

pull/1/head
10sr hace 11 años
padre
commit
c55ba632e8
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      _keysnail.js

+ 5
- 0
_keysnail.js Ver fichero

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


Cargando…
Cancelar
Guardar