ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
259 stars 101 forks source link

Timer treats some GIFs as images-skips with the timer #141

Open neoum12 opened 2 years ago

neoum12 commented 2 years ago

It skips some GIFS, typically the ones with the loading bar, when timed out.

ubershmekel commented 2 years ago

I think this only happens with redgifs. Am I right?

fudge01010 commented 2 years ago

From my experience, only redgifs.

omegasome commented 5 months ago

I imagine this is due to redgifs embeds being a black box that redditp is unable to access; to auto-advance when the video finishes (rather than on a timer) it would need to know when the video ends, but there is no way for redditp to access that information.

168 implements this feature when its corresponding userscript is injected into the iframe.