Skip to content

Commit d7d9e0a

Browse files
committed
v2025.10.106 (hotfix)
* 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) * Added a new userscript meta @grant right. Depending on your settings, maybe you will have to update the script manually. * 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 90281b9 commit d7d9e0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DIUserscript.meta.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
// @grant GM_addValueChangeListener
3030
// @grant GM_removeValueChangeListener
3131
// @grant GM_download
32-
// @grant fetch
32+
// @grant GM_xmlhttpRequest
3333
// @inject-into page
3434
// @run-at document-start
35-
// @version 2025.10.105
35+
// @version 2025.10.106
3636
// ==/UserScript==

DIUserscript.user.js

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

0 commit comments

Comments
 (0)