Forum Discussion
MisterB
Champion Level 3
11 months agoYeah, it's a shame that it doesn't do that by default - that would be extremely useful to keep track of all the tabs.
You could use a bookmarklet ,enabling you to edit the tab titles. I've shared how to do that below. It works, but is a manual action for every tab you want to name. Still, it might be better than the alternative 😉
- Create a new Bookmark
- Give it a name, e.g. "Set Tab Title"
- Add this as the URL: javascript:(function() { document.title = prompt("Enter a new tab title:", document.title);})();
- When you want to rename a tab title, go to the target tab, click the bookmark you just created, and enter the tab title into the dialogue box that appears