myjian / mai-tools

mai-tools is a collection of useful tools for maimai and maimai DX.
https://myjian.github.io/mai-tools
GNU General Public License v3.0
39 stars 11 forks source link

Album download helper does not rename file #18

Closed myjian closed 1 year ago

myjian commented 1 year ago

OS: Android Browser: Firefox

Filename still looked like ef0f22b8e5cb4c52a0b34332e861ebde.jpg

Proposed solution: Instead of linking to the original http url, convert it to data url and use in HTMLAnchorElement's href. https://github.com/myjian/mai-tools/blob/gh-pages/src/scripts/album-download-helper.ts#L52