Bookmarklet: Go to root URL of site
So you've arrived at a site from elsewhere. You're deep in foo.com and you want to get to the home page?Try this: goto_root_URL. Drag it to your bookmarks bar for E-Z access.
Code, such as it is:
javascript:void(location.href=(location.href.split("/").slice(0,3).join("/")))