Skip to content

Instantly share code, notes, and snippets.

@senocular
Last active December 26, 2015 08:09
Show Gist options
  • Save senocular/7120749 to your computer and use it in GitHub Desktop.
Save senocular/7120749 to your computer and use it in GitHub Desktop.
JavaScript bookmark for renaming the current tab. Does not persist after page reloads, but can be helpful to manage existing tabs.
javascript: document.title = prompt("Rename Tab"); return false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment