Skip to content

Instantly share code, notes, and snippets.

@euforic
Created October 29, 2011 06:52
Show Gist options
  • Save euforic/1324183 to your computer and use it in GitHub Desktop.
Save euforic/1324183 to your computer and use it in GitHub Desktop.
tublr page as home page hack
if(location.pathname.slice(1) == "" && location.hash !== '#blog') {
location.href='http://mysite.tumblr.com/home'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment