From eb4eb348043aa8c9bf8c326343899a2beddbcd4e Mon Sep 17 00:00:00 2001 From: cilame Date: Wed, 29 Sep 2021 12:07:44 +0800 Subject: [PATCH] add --- tools/popup_utils.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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: {