Skip to content

Instantly share code, notes, and snippets.

@t5r7
Last active August 28, 2016 15:27
Show Gist options
  • Save t5r7/93b1054623e9e0b45f6ac34e0dd5a12e to your computer and use it in GitHub Desktop.
Save t5r7/93b1054623e9e0b45f6ac34e0dd5a12e to your computer and use it in GitHub Desktop.
If visiting from file: change page title
if (location.protocol == 'file:') {
document.title = 'your title';
}
@foxt
Copy link

foxt commented Aug 28, 2016

okay...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment