Skip to content

Commit

Permalink
Update to known issue in README.md
Browse files Browse the repository at this point in the history
- Images in the gallery carousel now are set to `hidden` and `visible` as before and the download button should work for single images again. Unless Reddit goes and changes some minor thing with it again.
  • Loading branch information
956MB committed Jan 8, 2025
1 parent ccae70d commit 2d348c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ The browser extension that I've always wanted for Reddit... download buttons for

## Known Issues

- For some reason the gallery-carousel on Reddit is keeping all the images as visible ("visibility: visible") when clicking forward/back. This is causing all images up to the index you've clicked to be downloaded. Only other method I can see right now of knowing the index is the translate3d value of the gallery-carousel. It's going up/down based on the window width.
> [!NOTE]
> This seems to be fixed now (2025-01-08), I guess it was just a bug with Reddit itself? The button should now download individual images in the gallery carousel as intended.
- ~~For some reason the gallery-carousel on Reddit is keeping all the images as visible ("visibility: visible") when clicking forward/back. This is causing all images up to the index you've clicked to be downloaded. Only other method I can see right now of knowing the index is the translate3d value of the gallery-carousel. It's going up/down based on the window width.~~
- The preview download button doesn't work I believe because of the CORS policy.

## Changelog
Expand Down

0 comments on commit 2d348c2

Please sign in to comment.