Skip to content

Commit

Permalink
v2020.6.14
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
lethak committed Jun 22, 2020
1 parent 0254dd3 commit e616ef6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DIUserscript.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// @icon https://i.imgur.com/vhn9FD6.png
// @noframes
// @inject-into page
// @grant none
// @grant GM_download
// @run-at document-start
// @version 2020.3.429
// @version 2020.6.14
// ==/UserScript==
6 changes: 3 additions & 3 deletions DIUserscript.user.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ while improving user experience and comfort of use of many features.

### Audio Player
* Confusing the anti-AFK system, so you can let the music run for hours without any human interaction.
* Slowly ease up the volume when playing for the first time in the session.
* Numeric volume input control for precise tuning.

![volume ui](https://i.imgur.com/AvLaa0T.png "volume UI")
Expand Down

0 comments on commit e616ef6

Please sign in to comment.