Title Replacer - Multi Site

set window title to current selected item

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
FATamerican
Installationen heute
0
Installationen gesamt
1
Bewertungen
0 0 0
Version
2026-04-04
Erstellt am
04.04.2026
Letzte Aktualisierung
04.04.2026
Größe
6,6 KB
Lizenz
Unlicense
Wird angewandt auf

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.