Skip to content

Commit

Permalink
v2023.4.92
Browse files Browse the repository at this point in the history
* Adapted the userscript to take into account new UI/UX of non-DI sites now using an ajax navigation and audio player, similar to DI always had. #68
* Player(track download button): Added the download track button for responsive/mobile small screen size.
* Channels & Playlists (Unlock): Improving the unlock mechanism for UI/UX purposes, still imperfect. #66
* Channels & Playlists (trackHistoryPlayButton): Fixed a bug where the play button would not render (DI only).
* Track hero page(play button): Added a custom play button as the native one is not always present. Still, it can suffer from the same problems discussed in issue #66.
* Registration wall: localStorage is now cleared automatically followed by a full page reload if you had already reached the listening limit prior to using the bypass feature.
  • Loading branch information
lethak committed Apr 21, 2023
1 parent 5ebb7c2 commit 91e531a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DIUserscript.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// @grant GM_download
// @inject-into page
// @run-at document-start
// @version 2023.3.54
// @version 2023.4.92
// ==/UserScript==
4 changes: 2 additions & 2 deletions DIUserscript.user.js

Large diffs are not rendered by default.

0 comments on commit 91e531a

Please sign in to comment.