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