Title Replacer - Multi Site

set window title to current selected item

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey 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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
FATamerican
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
1
Βαθμολογίες
0 0 0
Έκδοση
2026-04-04
Δημιουργήθηκε την
04/04/2026
Ενημερώθηκε την
04/04/2026
Μέγεθος
7 KB
Άδεια
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.