瀏覽代碼

keysnail.js: remove chaika code

pull/1/head
10sr 11 年之前
父節點
當前提交
389d187490
共有 1 個檔案被更改,包括 0 行新增23 行删除
  1. +0
    -23
      _keysnail.js

+ 0
- 23
_keysnail.js 查看文件

@@ -30,29 +30,6 @@
);
})();

(function(){
function evalCode(s){
window.loadURI("javascript:" + s);
}

function find(s){
evalCode("Nodes.findBoxText.value='" + encodeURIComponent(s) + "';" +
"FindBox.find();");
// evalCode("FindBox.show()");
}

function readFind(){
prompt.reader({
message : "Search word?",
callback : function(s){
find(s);
}
});
}

ext.add("chaika-find", readFind, "chaika find");
})();

//////////////////////////////////////
//// sitelocalkeymap
var local = {};


Loading…
取消
儲存