C. Rubin
C. Rubin
Nvm YT is dumb and reloads the entire frame so even if we don't nest the entire watch page LTL on Embed Mode will still get killed on window resize....
We used to support this feature quite a lot of versions ago, but removed it along the way. The reasoning for removing it is that storing data like this gets...
Note to self (and others who might want to tackle this): https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onUpdateAvailable
Psst https://github.com/LiveTL/HyperChat/tree/vite
I don't have a PC available to check, but I think the onMount call is erroring, which is why e2e is failing. `runtime.onUpdateAvailable` isn't available for content scripts so I...
https://developer.chrome.com/docs/extensions/mv3/content_scripts/ Who knows if it's different for extension pages, usually it isn't `¯\_(ツ)_/¯`
Generic events and slots would be very useful when they are tied to generic-typed props. Using [svelte-virtual-scroll-list](https://github.com/v1ack/svelte-virtual-scroll-list) as an example for slots: ```svelte import VirtualScroll from 'svelte-virtual-scroll-list'; let items =...
This wouldn't be possible without using the YouTube API, which we've kinda been avoiding up till now. I can't say that we will never implement this, but it'll be pretty...
Partial support has been added in #90. Membership gift related messages will be shown in HyperChat, but since receiving membership gifts is just up to luck we can't easily test...
This is kinda difficult to develop and test for since polls are a beta YT feature that not every creator has access to (or maybe its limited to partners, which...