Bing Copilot Image auto-downloader

Automatic image downloader for Bing Copilot Image Creator.

As of 2024-11-14. See the latest version.

Author
hurhurburps
Ratings
0 0 0
Version
0.20
Created
2023-08-10
Updated
2024-11-14
Size
16.1 KB
License
MIT
Applies to

Leave a browser window open on https://copilot.microsoft.com/images/create/-/1234?autosavetimer=60 (or whatever page which includes the "Recent" tab) and it'll periodically poll the recent creations list to download any new images you've created.

If you click any links on the page then autosavetimer will be removed from the URL and the script will stop working. Changing the @match to run the script despite that might work, and is the goal, but it's untested right now.

The names of the files aren't great, but they capture the magic codes needed to trace back to the original page where they were hosted. Plus a copy of the prompt.

Since I don't know javascript I just started out by copying somebody's Midjourney downloader and then hacking at it with pieces of code I found on stackoverflow.

If somebody wants to take ownership and clean it up, that'd be great! Let me know if you do that so I don't have to keep fumbling about with my crappy version.