Ev Haus
Ev Haus
> It would be nice if the videos remained dimmed even during inline playback (just like auto-preview). I'm not sure I agree. I think if the user is actively hovering...
For me, YouTube only shows the preview if you hover over the item and wait about 2 seconds. If you're just moving your mouse quickly -- nothing happens:  Are...
Could you be more specific about what doesn't work? I just tried it and at least in the Subscriptions page, watched videos still get hidden.
Yeah, that's the one I used. Why do you think the extension is causing the script to break? Does uninstalling "Enhancer for YouTube" make it work for you?
I agree with you, it's not ideal. However after several attempts I wasn't able to find a solution that would work well for all cases. Emails will often contain HTML...
That had no effect for me. However, you could do: ```css .a3s { filter: invert(1) } .a3s img { filter: invert(1) } ``` But that will distort colors fairly badly.
I can't find anything called "View Entire Message" -- how do I get to that?
I'm exporting it so I can pass it to `treaty` during tests. ```ts import app from './'; import {treaty} from '@elysiajs/eden'; const api = treaty(app); ```
I put up a small PR to update the docs around this, which I hope will help those who are new to Elysia. I hope you'll consider adding it. https://github.com/elysiajs/documentation/pull/384
I'm also looking for this support. At the moment, I can hack around it by adding this at the top of the Elysia chain: ```ts .onError(({ error }) => {...