Last active
October 28, 2024 20:35
-
-
Save angelo-v/83d35b295c6394058551 to your computer and use it in GitHub Desktop.
Rename Tab Bookmarklet
This file contains 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:(function(){var title=prompt("New title?");document.title=title})(); |
👍
simple and useful :) thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cooooooooool