Is it possible to get a browser\'s home page using Javascript?
I\'d like to place a link on a page that goes to the home page set in the browser.
window.home() didn't work for me in FF37, but this was fine:
location.href = "about:home";