nopperl / load-reddit-images-directly

Firefox web extension that loads reddit images directly instead of referring to the HTML page containing the image.
https://addons.mozilla.org/en-US/firefox/addon/load-reddit-images-directly/
Mozilla Public License 2.0
112 stars 7 forks source link

Remove animation from lightbox #12

Open Tiagoquix opened 6 months ago

Tiagoquix commented 6 months ago

As a complement of #9, would it be possible to remove the lightbox expanding animation entirely?

nopperl commented 6 months ago

This is possible, but would require a heavier modification to the DOM than is currently done (basically wrapping or replacing shreddit-media-lightbox-listener). I will refrain from implementing this right now, as this will require maintenance whenever the frontend code changes.