JS Host ohne Port
// host without the port
window.location.hostname
garzj
// host without the port
window.location.hostname
// origin without the port
`${window.location.protocol}//${window.location.hostname}`