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.

Verzia zo dňa 18.10.2024. Pozri najnovšiu verziu.

Autor
Brandon Turk a the-nelsonator
Hodnotenie
0 0 0
Verzia
1.0
Vytvorené
18.10.2024
Aktualizované
18.10.2024
Veľkosť
14,8 KB
Licencia
MIT
Spustiť na

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.