Checks what characters can be used as valid IPv6 hostname
if (new URL("https://" + String.fromCodePoint($[i]) + "::ffff:7f00:1]/").hostname === '[::ffff:7f00:1]'){log($[i])}if (new URL("https://" + String.fromCodePoint(91) + "::ffff:7f00:1]/").hostname === '[::ffff:7f00:1]'){alert(91)}if (new URL("https://" + String.fromCodePoint(65095) + "::ffff:7f00:1]/").hostname === '[::ffff:7f00:1]'){alert(65095)}if (new URL("https://" + String.fromCodePoint(65339) + "::ffff:7f00:1]/").hostname === '[::ffff:7f00:1]'){alert(65339)}