You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter uses their own custom form of GIFVs rather than true gifs. The videos can be detected by class="animated-gif", but some custom code is probably also needed to play nice with twitter's play-when-scrolled-into-view UI.
(MP4 needs to be enabled, otherwise it falls back to Flash which is harder to control. As a note to self the prefs needed for this are media.gstreamer.enable-blacklist;false, media.fragmented-mp4.exposed;true, media.fragmented-mp4.gmp.enabled;true).
The text was updated successfully, but these errors were encountered:
Solving this fully seems like relatively low priority, because it's quite a bit of work, not that much value in it, and fragile because of possible Twitter changes. I'll think more about what to do the next time I poke at this addon.
Twitter uses their own custom form of GIFVs rather than true gifs. The videos can be detected by class="animated-gif", but some custom code is probably also needed to play nice with twitter's play-when-scrolled-into-view UI.
(MP4 needs to be enabled, otherwise it falls back to Flash which is harder to control. As a note to self the prefs needed for this are
media.gstreamer.enable-blacklist;false
,media.fragmented-mp4.exposed;true
,media.fragmented-mp4.gmp.enabled;true
).The text was updated successfully, but these errors were encountered: