This vector shows Unicode characters that have a decomposition of 2 or more ASCII characters, which get normalized by the browser. These characters are valid for use as domain names, expanding short strings into longer ones through decomposition.
<a id="x" href="https://$[chr].com">function is_domain(domain) {0x0D
return domain.split('.').every(part => /^[a-z0-9-]+$/i.test(part));0x0D
}0x0D
let host = x.host.replace('.com', '')0x0D
if(host.length > 1 && host.length < 5 && is_domain(host)){0x0D
log($[i] + "=>" + host)0x0D
}<a id="x" href="https://0x00.com">