Skip to content

Commit 90281b9

Browse files
committed
v2025.10.105
* Free Listener accounts cannot play any audio anymore following a platform update. (issue #82) * Unreliable script injection/execution timing, often requires you to refresh the page many times for the script to take effect, UI unlock feature is the most impacted. (issue #80) * Allowing unlimited audio listening for unregistered users. It was limited to 1 hour by default. (issue #82) * Added a red notice for Free Listener accounts with exhausted free audio rights. (issue #82) * Added track download button for unregistered users. * Improved "Numeric volume input": text and background colors can now be customized via the in-script settings menu. Defaults to gold and black legacy colors. * Improved "Play from the beginning": can now ignore track recovery from previous session and be forced to always start a track from the beginning. Must be toggled via the in-script settings menu. Disabled by default. (issue #73) * Improved "Global Media Controls" to enable seeking track position from the GMC widget and keyboard/mouse functions. * Added the ability of simultaneous cross-tab listening under the 'Allowing multiple listening' feature options. Disabled by default. * Disabled some intrusive user action tracking and analytics methods. * Internal refactoring of various utilities for a smoother dev experience.
1 parent 9d6e7fb commit 90281b9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

DIUserscript.meta.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
// @grant GM_addValueChangeListener
3030
// @grant GM_removeValueChangeListener
3131
// @grant GM_download
32+
// @grant fetch
3233
// @inject-into page
3334
// @run-at document-start
34-
// @version 2025.4.94
35+
// @version 2025.10.105
3536
// ==/UserScript==

DIUserscript.user.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)