8 followers
Twitch streamer from Canada. If I'm not playing video games 🕹 I'm probably coding and developing websites or apps 👩🏻💻
I made a user script as a gist for making the Twitch Dev site use dark mode. It should work on all dev.twitch.tv and dev.twitch.com pages at the /docs...
I wrote a user script that allows you to get Twitch's OAuth scopes programmatically. Why though? If you're developing an application that makes it...
Problem Currently, Twitch has both dark and light modes for the UI, but when you go into Theatre Mode, your preference for light mode is ignored and...
What is MD5? MD5 is a hashing function. It allows you to convert data into a hex string representation. Given the same input it should always return...
With all the news lately around Twitter and the new $8 Twitter Blue subscription, I thought it would be fun to be able to identify which Twitter users...
By default, when you use window.fetch to make network requests, you don't get much help from TypeScript. That's because the type that is returned is...