Created
October 25, 2021 14:36
-
-
Save 3kh0/903fa44cca684a4490e378defccf2875 to your computer and use it in GitHub Desktop.
A simple bookmarklet to rename any tab you wish!
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(){/* Made by 3kh0 https://3kh0.github.io */ var title=prompt("Hello! Please enter the new title below:");document.title=title})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment