Skip to content

Commit

Permalink
v2020.2.101
Browse files Browse the repository at this point in the history
di-only:
* Player(track play): Added the ability to play any track from its dedicated hero page. (#10)

Non-di-only:
* misc: Fixed a bug where the link to DIUserscript would be duplicated onto the "channels" panel.

All platforms:
* Player(track play): Added the ability to play any track from the "previous tracks" history on each channel hero page. (#10)
* Player(track skip): Now using the new official button instead of the previous custom one and adjusted CSS.
* Player(track skip): Bypassing artificial usage limitations (client side) placed on the feature.
* Player(track previous): Changed icon and adjusted CSS for the button (this one is still custom).
* adblocking: Little improvements to counter detection of adblocker-like browser extentions.
* banners: Removed some new and still very aggressive "premium" banners, especially on a channel hero page.
  • Loading branch information
lethak committed Feb 9, 2020
1 parent 64ca874 commit eff4635
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DIUserscript.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
// @icon https://i.imgur.com/vhn9FD6.png
// @grant none
// @run-at document-start
// @version 2019.11.24
// @version 2020.2.101
// ==/UserScript==
4 changes: 2 additions & 2 deletions DIUserscript.user.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ This userscript is trying to minimize and block audio and visual advertisement o

### Audio Player
* Confusing the anti-AFK system, so you can let the music run for hours without any human interaction.
* Play any track from its hero page (di-only).
* Play any track from the "previous track" history list.
* Numeric volume input control for precise tuning.

![volume ui](https://i.imgur.com/TmkQ3QT.png "volume ui")

* Download button for the current playing track.
* Download button for the playing track.
* Play previous track button.
* Skip current track button.
* Skip current track button with unlimited use.
* Allowing to manually seek a specific position while playing a track (aka timeline scrubbing).

![player UI features](https://i.imgur.com/yuIvdoX.png "player UI features")
Expand Down Expand Up @@ -56,11 +58,13 @@ Direct link to the userscript: https://github.com/lethak/LTKDIFMU-userscript/raw

> Read the dedicated [troubleshooting page](./doc/troubleshooting.md).
#### Update
### Update

Nothing to be done by default.

The userscript is setup to be auto-updated via metadata-block [[1]](https://wiki.greasespot.net/Metadata_Block)[[2]](https://tampermonkey.net/documentation.php#_updateURL).

Nothing to be done by default. Just make sure your script manager checks for updates or setup it to do it automatically.
Just make sure your script manager checks for updates or setup it to do it automatically.


## Versioning
Expand Down

0 comments on commit eff4635

Please sign in to comment.