Skip to content

Instantly share code, notes, and snippets.

@jayar95
Created October 25, 2017 20:05
Show Gist options
  • Save jayar95/228aa7d1230d260cd5fb1346dd94026e to your computer and use it in GitHub Desktop.
Save jayar95/228aa7d1230d260cd5fb1346dd94026e to your computer and use it in GitHub Desktop.
Auto Credit Homepage Redirect
if (window.location.pathname === '/') {
window.location.href = 'http://mitchforthepeople.com';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment