Renaming tabs would be very useful. I usually have no idea what sdafjknad.pdf actually is.
The following bookmarklet javascript:(function(){document.title=prompt("Enter new tab title:", document.title);})(); works but doesn't persist across sessions.
Renaming tabs would be very useful. I usually have no idea what
sdafjknad.pdfactually is.The following bookmarklet
javascript:(function(){document.title=prompt("Enter new tab title:", document.title);})();works but doesn't persist across sessions.