mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Hide controller for videos with no source (#467)
* Check for source upon initialization * Hide controllers for videos with no source. - Create a MutationObserver for each video to watch for source changes.
This commit is contained in:

committed by
Ilya Grigorik

parent
04eaa51cda
commit
e6835f39ff
@@ -1,3 +1,4 @@
|
||||
.vsc-nosource { display: none !important; }
|
||||
.vsc-hidden { display: none !important; }
|
||||
.vsc-manual {
|
||||
visibility: visible !important;
|
||||
|
Reference in New Issue
Block a user