Skip to content

Instantly share code, notes, and snippets.

@3kh0
Created October 25, 2021 14:36
Show Gist options
  • Save 3kh0/903fa44cca684a4490e378defccf2875 to your computer and use it in GitHub Desktop.
Save 3kh0/903fa44cca684a4490e378defccf2875 to your computer and use it in GitHub Desktop.
A simple bookmarklet to rename any tab you wish!
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