diff --git a/tools/popup_utils.js b/tools/popup_utils.js index 4f57c1c..f1c3b3c 100644 --- a/tools/popup_utils.js +++ b/tools/popup_utils.js @@ -13,6 +13,14 @@ sojsontn.addEventListener('click', function(e){ } }) +obnormal.addEventListener('click', function(e){ + try{ + txt.value = muti_process_defusion(txt.value) + }catch(e){ + txt.value = e.stack + } +}) + uglifybtn.addEventListener('click', function(e){ var r = UglifyJS.minify(txt.value, { compress: {