Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

humanify-deobfuscate

النجوم١
التفرعات٠
آخر تحديث١٥ يونيو ٢٠٢٦ في ١٧:١١

Deobfuscate, un-minify, and rename identifiers in minified or obfuscated JavaScript so it becomes readable — you do the renaming yourself with an AST, no external service required. Use this whenever the user wants to make minified JS readable, recover meaningful variable/function names, reverse-engineer a bundled/webpack/terser/uglify script, or figure out what cryptic code like `function a(e,t){...}` actually does — even if they don't name a tool. Triggers on minified .js, "make this readable", "rename these variables", "deobfuscate", "un-minify", "what does this minified code do". This is the from-scratch technique (the same approach humanify uses): a script handles scope-safe AST renaming, you supply the descriptive names.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
14 ملفات
SKILL.md
readonly