From 389d187490f1e124f61b4e82e6dc60375dfa0d79 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 24 Aug 2013 19:24:48 +0900 Subject: [PATCH] keysnail.js: remove chaika code --- _keysnail.js | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/_keysnail.js b/_keysnail.js index beaca55..791bfe8 100644 --- a/_keysnail.js +++ b/_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 = {};