Hides the play button that shows up when pausing the video playback
Plex: Hide play button on pause by sharunkumar
Details
Authorsharunkumar
LicenseNo License
CategoryPlex
Created
Updated
Size408 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Plex: Hide play button on pause
@version 20220615.15.33
@namespace userstyles.world/user/sharunkumar
@description Hides the play button that shows up when pausing the video playback
@author sharunkumar
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://127.0.0.1:32400/") {
svg[class^="PlayPauseOverlay-"] {
visibility: hidden;
}
}