mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-26 22:23:09 -04:00
feat: add setting to hide controller with YouTube controls, restoring a bug from before lol
This commit is contained in:
@@ -140,6 +140,12 @@
|
||||
<label for="startHidden">Hide controller by default</label>
|
||||
<input id="startHidden" type="checkbox" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="hideWithYouTubeControls">Hide with controls (YouTube)<br />
|
||||
<em>Fade controller in/out with YouTube's video interface</em>
|
||||
</label>
|
||||
<input id="hideWithYouTubeControls" type="checkbox" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="controllerLocation">Default controller location</label>
|
||||
<select id="controllerLocation">
|
||||
@@ -213,6 +219,10 @@
|
||||
<label>Hide controller by default:</label>
|
||||
<input type="checkbox" class="site-startHidden" />
|
||||
</div>
|
||||
<div class="site-rule-option">
|
||||
<label>Hide with controls (YouTube):</label>
|
||||
<input type="checkbox" class="site-hideWithYouTubeControls" />
|
||||
</div>
|
||||
<div class="site-rule-option">
|
||||
<label>Default controller location:</label>
|
||||
<select class="site-controllerLocation">
|
||||
|
||||
Reference in New Issue
Block a user