MadKarma
MadKarma
@adamlui for some reason `getChatDetails` inside of the test function keeps returning me the whole object, that's why I used `.id` instead of passing the id argument string
but if I call it alone it works perfectly
I've left some comments so it's easier to understand. install this userscript so you can see the fetch requests' data the function is in a raw state and has no...
by 'it can be done better' I mean that it can be more user friendly, I suck at this ðŸ˜
how's it going with the method? also, if you need help with translations, I can help you with my language
# TODO - [x] Add to npm registry - [x] Convert to TypeScript - [x] Make sure compiling TS outputs types - [x] Merge build and release workflows in 2...
@KTibow is this ( 97e3092 ) what you wanted [here](https://github.com/ReVanced/revanced-website/pull/227#discussion_r1499642273) ?
colors look a bit _odd_ but I hope they're decent. if not, they can be tweaked
> I think the root colors can be modified programmatically ```js document.documentElement.style.setProperty('--some-css-variable', '#696969') ```
I have a snippet which works perfectly, but I don't know how to apply it to discord.com ```js const ws = new WebSocket('wss://gateway.discord.gg/?v=9&encoding=json'); let interval = 0; const token =...