techygrrrl
techygrrrl's blog

techygrrrl's blog

Follow
homeMain WebsiteTwitch
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Dark mode for the Twitch Dev docs

Feb 1, 20231 min read

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...

Dark mode for the Twitch Dev docs

Get Twitch OAuth scopes programmatically

Jan 30, 20231 min read

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...

Get Twitch OAuth scopes programmatically

Use light mode chat in Twitch Theatre Mode

Dec 4, 20223 min read

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...

Use light mode chat in Twitch Theatre Mode

Replace Twitter Blue verified check marks with rotating blue poo emojis

Nov 12, 20225 min read

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...

Replace Twitter Blue verified check marks with rotating blue poo emojis

Using generics in TypeScript to help with making network requests with window fetch

Nov 4, 20224 min read

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...

Using generics in TypeScript to help with making network requests with window fetch

Building Ban Checkrrr, a serverless function for checking my Twitch ban list

Oct 23, 20224 min read

What is Ban Checkrrr? Ban Checkrrr is a serverless function built on the Cloudflare Workers infrastructure. It is designed for checking if a user is...

Building Ban Checkrrr, a serverless function for checking my Twitch ban list