UserScript to tweak/add features to fishtank.live
Adds new camera widget to left panel above the ads widget.
Active camera highlight uses an observer to react when live stream name is changed. So, it should work on any camera transition (camera widget, arrow buttons, arrow keys, clickable stream areas)
On small screens (< 1100px) this widget will be hidden.
Adds chat toggle to the right of the TOYS status.
This toggles the right panel to display: none and allows theater mode without chat.
On small screens (< 1100px) the chat toggle button will be hidden.
Adds contestant name to STOX hover. I added this because I kept forgetting how to spell some contestant's names.
If new contestants/STOX are added the stoxToContestant struct will need to be updated. I couldn't figure out how to dynamically fetch these.
Install Tampermonkey or equivalent userscript manager as a browser extension
Either copy/paste main.js or use remote source https://raw.githubusercontent.com/barrettotte/fishtank-userscript/refs/heads/master/main.js


