Bing Image Creator auto-download

Automatic image downloader for Bing Image Creator.

Pada tanggal 09 November 2024. Lihat %(latest_version_link).

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v0.25 14 Februari 2025

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

  • v0.24 21 Januari 2025

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

  • v0.23 17 Januari 2025

    oops, didn't mean to revert comment header

  • v0.22 17 Januari 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 November 2024

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

  • v0.20 14 November 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 November 2024

    Fix bad handling of downloads lost to page reloads.

  • v0.01 09 November 2024

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

  • vAlpha-v3 07 November 2024

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

  • vAlpha-v2 14 Agustus 2023

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

  • vAlpha-v1 10 Agustus 2023