un obfuscate js code example
Example 1: deobfuscate javascript
Try using this: https://lelinhtinh.github.io/de4js/
Example 2: obfuscate js string
btoa('Some text'); // U29tZSB0ZXh0
atob('U29tZSB0ZXh0'); // Some text
Try using this: https://lelinhtinh.github.io/de4js/
btoa('Some text'); // U29tZSB0ZXh0
atob('U29tZSB0ZXh0'); // Some text