Youtube Playlist - Display the video index by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube.com
Description
Please report bugs via my email or github
Contact: sapondanaisriwan@gmail.com
Support me: https://ko-fi.com/sapondanaisriwan
Notes
Sheesh 👽👽👽👽✅😭🥶🥶👍😎👉❤️🥵🥶
Source code
/* ==UserStyle==
@name YouTube playlists Display the video index
@namespace Display the video index
@author sapondanaisriwan(Adashima#4066)
@description `YouTube playlists Display the video index`
@version 1.0.0
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("youtube.com") {
yt-formatted-string#index.style-scope.ytd-playlist-video-renderer {
display: inline !important;
}
ytd-playlist-video-renderer[can-reorder][is-editable]:hover #reorder.ytd-playlist-video-renderer,
ytd-playlist-video-renderer[persistent-drag-handle] #reorder.ytd-playlist-video-renderer {
display: none;
}
}