diff --git a/popup.html b/popup.html index b9cece1..e7bdb48 100644 --- a/popup.html +++ b/popup.html @@ -54,7 +54,7 @@
AST解密混淆
- + diff --git a/tools/popup_utils.js b/tools/popup_utils.js index eb755c3..4f57c1c 100644 --- a/tools/popup_utils.js +++ b/tools/popup_utils.js @@ -1,11 +1,11 @@ -var obtn = document.getElementById('ob') +var sojsontn = document.getElementById('sojson') var obnormalbtn = document.getElementById('obnormal') var uglifybtn = document.getElementById('uglify') var uglify_minibtn = document.getElementById('uglify_mini') var txt = document.getElementById('txt') -obtn.addEventListener('click', function(e){ +sojsontn.addEventListener('click', function(e){ try{ txt.value = muti_process_obdefusion(txt.value) }catch(e){