To fix invisible usernames


Make an AJAX call to this PHP script when signing up with the username in the $_GET with the parem q:
$strippedq = htmlspecialchars($_GET[q]);
if (strpos($strippedq,'⁣') !== false) {
    die("");
}