okay. cohost is cute now i figured it out

hi! I wrote a little userscript (click me!) with some nice features for tweaking Cohost. I have lots of experience with web development, but this was my first time writing a userscript, so there are definitely lots of bugs.
if you see any bugs or would like to request a feature, please file an issue here on GitHub (please try to make it as detailed as possible).
I know about lots of the issues with theming already, I have to work around some of Cohost's colors being in CSS variables and others being hardcoded. see the issues page for bugs I'm already working on :)
current features:

im not sure this exists already? couldn't find it anyhow 'w'
this adds a third "global feed" button on the dashboard & bookmarked tags feed, and replaces the header on the global feed tag page to be identical to the other two
you can install it here: (if you have tampermonkey or similar installed)
mostly made this because i dont want to bookmark the global feed tag since itll drown out everything else but i also occasionally want to point my eyes at it when the other two feeds are being slow
its kind of flakey because i worked around whatever JS cohost uses to build clientside elements instead of trying to work with it because im not so good at web dev. it'll flicker on page load a little.
u can view the source a little more easily on this gitlab snippet page: https://gitlab.com/-/snippets/3686325