Bluesky Image/Video Download Button

Adds a download button to Bluesky images and videos. Built off coredumperror's script with a few improvements.

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.8.1 2024-12-13

    remove unused code and replace depricated code

  • v1.8.0 2024-12-09

    let -> const

  • v1.8.0 2024-12-09

    Make it mobile friendly (bye bye GM_download).

  • v1.7.9 2024-12-07
  • v1.7.8 2024-12-01

    let -> const

  • v1.7.8 2024-12-01

    Fix download not grabbing the right user's information again

  • v1.7.7 2024-12-01

    Revert the download changes to make it work properly on all browsers. Save-As dialog box respects browser settings again.

  • v1.7.6 2024-11-24

    Rewrite download function again to force Save-As dialog to appear on Chromium browsers.

  • v1.7.5 2024-11-23
  • v1.7.5 2024-11-22

    Grab extension from the blob (fix Chrome) and rewrite download to use built in method for Tamper/Violentmonkey.

  • v1.7.4 2024-11-22

    Put the script version in the template button to make it easier to see the version.

    Also did more cleanup and removed the console.log I forgot to get rid of.

  • v1.7.3 2024-11-22

    Code cleanup (used Gemini)

  • v1.7.2 2024-11-22

    Dropping JQuery for raw JS

  • v1.7.1 2024-11-21
  • v1.7.1 2024-11-21

    Bsky changes their settings page, so the on-the-fly-template-change field had to be fixed.

    Also minor fix to filenaming since it would append the <%username> fix when it wasn't necessary.

  • v1.7 2024-11-21

    Reduce the overall code size by combining the image and video codes, reworked how post ID is found, and add coredumperror as an author, because it was their script first and foremost. Please report any bugs, share a link to the post and describe how it happened if possible!

  • v1.6 2024-11-17

    Returning <%username> since I believe I fixed the filenames being truncated by an invalid file extension and also setting it as the new default.

  • v1.5.1 2024-10-23

    return default back to what I set

  • v1.5 2024-10-21

    Completely redesign the MO setup to be better at adapting to all pages.
    Move the "Filenaming" settings to the actual "Settings" page at the top.

  • v1.4 2024-10-21

    potentially solve it

  • v1.3 2024-10-21

    Attempt to keep it from breaking, still need to fix for Discovery and other lists/tabs.

  • v1.2 2024-10-21

    Potentially future-proof

  • v1.1 2024-10-21

    added the-nelsonator's changes

  • v1.0 2024-10-18