Sfoglia il codice sorgente

rm ext plugin update

pull/1/head
10sr 12 anni fa
parent
commit
125e077060
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      .keysnail.js

+ 6
- 6
.keysnail.js Vedi File

@@ -335,7 +335,7 @@ ext.add("keysnail-setting-menu",function(){
var settingmenulist = [["keysnail setting dialogue", function(){return function(){KeySnail.openPreference();};}],
["firefox addon manager", function(){return function(){BrowserOpenAddonsMgr();};}],
["reload .keysnail.js", function(){return function() {userscript.reload();};}],
["check for plugins update", function(){return function(){ext.exec("check-for-plugins-update");};}],
// ["check for plugins update", function(){return function(){ext.exec("check-for-plugins-update");};}],
["restart firefox", function(){return function(){ext.exec("restart-firefox");};}],
];
prompt.selector(
@@ -346,11 +346,11 @@ ext.add("keysnail-setting-menu",function(){
});
},"open keysnail setting menu");

//////////////////////////
//プラグイン一括アップデート
ext.add("check-for-plugins-update", function () {
[p for (p in plugins.context)].forEach(function (p) { try { userscript.updatePlugin(p); } catch(e) {} });
}, "Check for all plugin's update");
// //////////////////////////
// //プラグイン一括アップデート
// ext.add("check-for-plugins-update", function () {
// [p for (p in plugins.context)].forEach(function (p) { try { userscript.updatePlugin(p); } catch(e) {} });
// }, "Check for all plugin's update");

////////////////////////
//マルチプルタブハンドラ


Caricamento…
Annulla
Salva