diff options
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 9cf9657..0991457 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -8,14 +8,8 @@ {% if settings.use_video_player == 2 %} <!-- plyr --> <link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"> + <link href="/youtube.com/static/modules/plyr/custom_plyr.css" rel="stylesheet"> <!--/ plyr --> - <style> - /* Prevent this div from blocking right-click menu for video - e.g. Firefox playback speed options */ - .plyr__poster { - display: none !important; - } - </style> {% endif %} {% endblock style %} |