Automatic image downloader for Bing Copilot Image Creator.
นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด
The domain name changed again. New strings for all that cruft.
Oops, I did the reload wrong when opening the page unauthenticated.
oops, didn't mean to revert comment header
Handle authentication when first opening the page while not logged in._Slightly_ more intelligent search for the element to periodically reload.
Make a brief attempt at automatically determining where in the tree to automatically refresh.
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.
Fix bad handling of downloads lost to page reloads.
Tried to make things a bit more robust. But I still don't really know what I'm doing.
Updated for some website changes, and rewrote a bunch of stuff.
Switch to using GM_Download(). Requires an extra permission but should avoid unnecessary prompting.