obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

Javascript obfuscation libray fo golang

Results 1 obfuscator issues
Sort by recently updated
recently updated
newest added

I have tried to obfuscate the following code: ` function loading(elem){ if(document.getElementById("spintax").value != ''){ elem.classList.add("is-loading"); var text = document.getElementById("spintax").value var matches, options, random; var regEx = new RegExp(/{([^{}]+?)}/); while ((matches...