Last active
December 26, 2015 08:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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