diff --git a/save_search/file_crx/js/save.js b/save_search/file_crx/js/save.js index af4b49d..71c11c4 100644 --- a/save_search/file_crx/js/save.js +++ b/save_search/file_crx/js/save.js @@ -6,16 +6,15 @@ var key = document.getElementById("kw").value; ajx(key); - console.log("baidu==> " + key); }); } else { - document.getElementById("lst-ib").addEventListener("DOMNodeInserted", function(){ + + // document.getElementById("lst-ib").addEventListener("DOMNodeInserted", function(){ var key = document.getElementById("lst-ib").value; ajx(key); - console.log("google==> " + key); - }); + // }); } function ajx(key){