set window title to current selected item
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.