Bluesky Image Download Button

Takes coredumperror's script and removes the constant 300ms checks and adds an in-page way to adjust the filename_template.

As of 2024-10-18. See the latest version.

Author
Brandon Turk and the-nelsonator
Ratings
0 0 0
Version
1.0
Created
2024-10-18
Updated
2024-10-18
Size
14.8 KB
License
MIT
Applies to

This script is a modification to coredumperror's Bluesky Image Downloader: https://greasyfork.org/en/scripts/495794-bluesky-image-downloader

The main two changes:
The filename template can be altered on the fly on the page (look at the header and click "Filenaming" then press enter to submit the changes).
Changed from a full page scan every 300ms to using MutationObservers to reduce redundant scans and CPU load.