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) {
return domain.split('.').every(part => /^[a-z0-9-]+$/i.test(part));
}
let host = x.host.replace('.com', '')
if(host.length > 1 && host.length < 5 && is_domain(host)){
log($[i] + "=>" + host)
}<a id="x" href="https://0x00.com">