Skip to content

Instantly share code, notes, and snippets.

@AlexBrasileiro
Created March 11, 2019 02:46
Show Gist options
  • Save AlexBrasileiro/895bf45a89fdb073e088e2212e6ea593 to your computer and use it in GitHub Desktop.
Save AlexBrasileiro/895bf45a89fdb073e088e2212e6ea593 to your computer and use it in GitHub Desktop.
Check if is Homepage with JavaScript
((window.location.pathname.indexOf("/") + 1) % ( window.location.pathname.lastIndexOf("/") + 1 ) === 0) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment