Title Replacer - Multi Site

set window title to current selected item

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
FATamerican
Усталяванняў за дзень
0
Усяго ўсталяванняў
1
Рэйтынг
0 0 0
Версія
2026-04-04
Створаны
04.04.2026
Абноўлены
04.04.2026
Памер
6.6 КБ
Ліцэнзія
Unlicense
Ужываецца на

Simply replaces the title of the tab/window with the selected item's title.
Multi-site version, pretty easy to add your own site to it if desired.
Much easier to keep track of what is what imo.

Pretty sure soundgasm issues have been fixed (using innerText instead of innerHTML doh!) but things can slip through the cracks if using other scripts or custom css.

Will (probably) try to jury-rig some kind of UI...
quick 'n dirty run down of adding sites:
>duplicate one of the 'else if location.hostname.endsWith' blocks
>right-click > inspect the text you want to use on whatever website to open devtools
>right-click the selected line in devtools ( may need to look around the selected line, it might be nested or up a line )
>copy the CSS Selector
>replace the 'document.querySelector' text with your CSS Selector
>change or remove the 'siteStr' text
>add a good URL to a new '@match' at the top

Some sites were requests, others personal preference.