Skip to content

Instantly share code, notes, and snippets.

@abranhe
Last active May 18, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abranhe/5154555f24abc64f8e70f02ae6ec76ae to your computer and use it in GitHub Desktop.
Save abranhe/5154555f24abc64f8e70f02ae6ec76ae to your computer and use it in GitHub Desktop.
Get domain name regardless of the subdomain

Get domain name

document.domain

or

window.location.hostname.match(/\w*\.\w*$/gi)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment