Skip to content

Instantly share code, notes, and snippets.

@lorishui
Created July 21, 2026 02:18
Show Gist options
  • Select an option

  • Save lorishui/fc85ecbcd1a75ef70aad3e020298de65 to your computer and use it in GitHub Desktop.

Select an option

Save lorishui/fc85ecbcd1a75ef70aad3e020298de65 to your computer and use it in GitHub Desktop.
beautify minified JS for review

Beautify Minified JS for Review

Useful tool: beautify minified JS for review

When JavaScript is compressed into one line, first reformat it before judging behavior.

Review checklist:

  • Expand function bodies and conditionals.
  • Decode encoded strings.
  • Convert hex numeric literals.
  • Search for eval, Function, document.write, suspicious network calls, and dynamic property lookups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment