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.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

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
Size
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.