Adds a download button to Bluesky images and videos. Built off coredumperror's script with a few improvements.
< 脚本 Bluesky Image/Video Download Button 的反馈
Added in v1.8.5! If only JS could alter EXIF data, because I feel like this would be the perfect use case.
Hi, I was wondering if you could add support for having the post text in the filename. Doing this is surprisingly simple, change L250 to this:
And add
.replace("<%title>", data.title);to L293.