Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Rename a Tab

  • 3 wótegrona
  • 4 maju toś ten problem
  • 6 naglědow
  • Slědne wótegrono wót UltimateSupreme

more options

being a developer, i need to keep open multiple environment url's of the same application open. I would be best if i could rename the tabs. There are addon's which keep the tab name to what we save in the bookmark's. But this is not required for all sites. How i do i rename a certain tab i want?

being a developer, i need to keep open multiple environment url's of the same application open. I would be best if i could rename the tabs. There are addon's which keep the tab name to what we save in the bookmark's. But this is not required for all sites. How i do i rename a certain tab i want?

Wšykne wótegrona (3)

more options

You can change name of a tab by running this from your console (Ctrl + Shift + K):

document.title = "This is the new tab name";

more options

Thanks. That was definitely helpful. But the issue is that the document title is reset while navigating through the site. I need a way that will override the document.title property for the tab.

more options

You could probably just stick it in your Greasemonkey or somewhere.