🏠 Home 

Bing Copilot Image auto-downloader

Automatic image downloader for Bing Copilot Image Creator.

นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด

  • v0.25 14-02-2025

    The domain name changed again. New strings for all that cruft.

  • v0.24 21-01-2025

    Oops, I did the reload wrong when opening the page unauthenticated.

  • v0.23 17-01-2025

    oops, didn't mean to revert comment header

  • v0.22 17-01-2025

    Handle authentication when first opening the page while not logged in.
    _Slightly_ more intelligent search for the element to periodically reload.

  • v0.21 16-11-2024

    Make a brief attempt at automatically determining where in the tree to automatically refresh.

  • v0.20 14-11-2024

    Attempts to re-authenticate when the session times out.

    Moved to using GM_setValue() storage. With this change a few files might be re-downloaded as it's not checking the old `localstorage` data to avoid redundant downloads anymore. The filenames are the same so just look for the "(1)" versions.

    If you want to examine the new storage then you need to go to tampermonkey's settings page and ensure that its configuration mode is set to advanced. With that set, and after this script has made changes, then there will be a "storage" tab visible in the script's configuration.

  • v0.011 09-11-2024

    Fix bad handling of downloads lost to page reloads.

  • v0.01 09-11-2024

    Tried to make things a bit more robust. But I still don't really know what I'm doing.

  • vAlpha-v3 07-11-2024

    Updated for some website changes, and rewrote a bunch of stuff.

  • vAlpha-v2 14-08-2023

    Switch to using GM_Download(). Requires an extra permission but should avoid unnecessary prompting.

  • vAlpha-v1 10-08-2023