masanfega-code
Results
2
issues of
masanfega-code
If you try to replace an image, it is placed in the same place, with the same width and the same height as the original in the document. The problem...
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...