reddit-download-button

Adds download buttons to more easily hoard images from Reddit

MIT License

Stars
2
Committers
1

Bot releases are hidden (Show)

reddit-download-button - v1.2.1

Published by 956MB 24 days ago

1.2.1 - 2024-09-27

Fixed

  • Fixed issue where single image downloads from inside gallery carousel would not work. Reddit seems to have remove the tabindex attribute from the li elements in the gallery carousel, which was used to identify the selected image. We now check if the li has style visibility: visible to get the correct indexed image.

Greasy Fork page: Reddit Image Download Button
Full Changelog: CHANGELOG.md

reddit-download-button - v1.2

Published by 956MB about 1 month ago

[1.2] - 2024-09-10

Added

  • Added support for downloading single images from within the Reddit gallery carousel ("lightbox", when you click on a image and the gallery expands to fill the page).

Greasy Fork page: Reddit Image Download Button
Full Changelog: CHANGELOG.md

reddit-download-button - 1.1 Latest Release

Published by 956MB 2 months ago

[1.1] - 2024-08-18

Fixed

  • Fixed posts containing video player or embedded video links incorrectly being given a download button.
  • Also fixed GIF posts not being detected as a single image and download not working.
  • Resolved issue where only 10 images could be downloaded from posts containing more than 10 images. Implemented batch processing with a short delay between batches to comply with Reddit's rate limiting while allowing download of all images in a post.

Full Changelog: CHANGELOG.md