Characters that serve as a hash in a domain like example.com
if (new URL("https://example.com" + String.fromCodePoint($[i]) + "foo").hash.includes("foo")) log(i)if (new URL("https://example.com" + String.fromCodePoint(35) + "foo").hash.includes("foo")) alert(i)