-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autofill track name when downloading. #33
Comments
Hi, Technically it would be possible if I were using the "@grant GM_download" userscript directive I specifically don't want to use any grant directive for now since i'd like the script to be as neutral as possible. Another possibility remains with <a download="bar.txt" href="foo.txt">lorem ipsum</a> I'll give it a try for a next version, but its not compatible with most older browsers. |
Regarding the HTML A HREF/DOWNLOAD tag, apparently "Chrome 65+ and Firefox only support same-origin download links." sooo, since they uses an alternative domain as CDN (content.audioaddict.com), this wont work. I'll think on adding the grant directive. |
This would be awesome! |
All platforms: * Meta: Added the [@grant GM_download](https://www.tampermonkey.net/documentation.php#GM_download) directive (issue #33). This will likely require an agreement click from the user when tampermonkey updates the script to this version. * Misc: Vivaldi browser session restoring should not prevent the script to enable its features as intended (issue #34) * Player (download track button): defaults saved filename to: `Track ID`_ `artist name`_`track title`.mp4 (issue #33) * Player (volume ease up): Slowly adjust volume up when playing for the first time in the session (issue #9)
You are awesome! |
Every time I want to download track, I need to copyppaste artist and track name from player to download windo, is there any way to make this process automated?
The text was updated successfully, but these errors were encountered: