trophygeek / universalvideomaximizer

Chrome extension that finds and enlarges the main video filling browser window.
Creative Commons Attribution Share Alike 4.0 International
31 stars 2 forks source link

Make doomscrolling sites work #45

Closed trophygeek closed 1 year ago

trophygeek commented 1 year ago

The playing video should be maximized on pages with lots of videos.

After unzooming, the position of the doomscroller should be the same (this is the tricky part)

trophygeek commented 1 year ago

It's working on most sites EXCEPT imgur. I think they are using IntersectionObserver and it's getting fooled by the maximizing.

trophygeek commented 1 year ago

Fixed in v3.0.112.

Imgur still not working. The way they do their scrolling shuffles videos around by destroying an recreating them. Their code detects the zoom and gets confused, deleting the playing video. Opening special bug just for that site.