feat: add setting to hide controller with YouTube controls, restoring a bug from before lol

This commit is contained in:
2026-03-28 18:57:48 -04:00
parent 4d34c8754d
commit cd5e4bee9f
4 changed files with 84 additions and 5 deletions
+10
View File
@@ -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">