Make filenames of images unique when saving

Joined
Jun 22, 2024
Messages
1
Right clicking save image as names images "Untitled" which forces users to rename them manually.
Some websites use the hash of the image as the filename which would solve this issue.
 
Upvote 0
Dex-chan lover
Joined
Jan 20, 2018
Messages
1,013
Browser issue. Because blob doesn't inherit file name.

Devs actually can change it.
append("blob", blob, filename);

Won't help much since scanlators often don't name files properly.
 
Last edited:

Users who are viewing this thread

Top