mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 00:26:09 +08:00
add
This commit is contained in:
parent
62c2f8f44a
commit
97bd1c4101
@ -54,7 +54,7 @@
|
||||
<br/>
|
||||
<div>AST解密混淆</div>
|
||||
|
||||
<button id='ob'>解密ob混淆</button>
|
||||
<button id='sojson'>解密sojson混淆</button>
|
||||
<button id='obnormal'>普通解混淆</button>
|
||||
<button id='uglify'>仅变量压缩</button>
|
||||
<button id='uglify_mini'>完全压缩脚本</button>
|
||||
|
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user