Get The Current Domain Of A Web Page

August 2023

HTML

<div id="exampleOutput">loading...</div>

Output

loading...

Notes

  • "origin" is the proper word instead of "domain", but I never remember that

Other Properties

  • protocol
  • host
  • hostname
  • origin
  • href
  • port
  • pathname
  • search
  • hash
end of line