-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathoptions.html
More file actions
894 lines (893 loc) · 34.1 KB
/
Copy pathoptions.html
File metadata and controls
894 lines (893 loc) · 34.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Control Panel for YouTube</title>
<link rel="stylesheet" href="options.css">
</head>
<body>
<form>
<section class="group">
<label class="checkbox">
<span style="display: flex; align-items: center; gap: .5em;">
<img src="options-icon.png" class="icon">
<span id="enabled">Enabled</span>
</span>
<input type="checkbox" name="enabled">
<span class="toggle"></span>
</label>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="ads">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="ads">Ads</span>
</label>
<section class="checkbox">
<label>
<span id="blockAds">Block ads</span>
<input type="checkbox" name="blockAds">
<span class="toggle"></span>
</label>
<p id="blockAdsNote">Disable to avoid conflicts with other adblockers</p>
</section>
<section class="checkbox">
<label>
<span id="hideSponsored">Hide Sponsored videos & Promos</span>
<input type="checkbox" name="hideSponsored">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideMerchEtc">Hide Merch, Offers etc.</span>
<input type="checkbox" name="hideMerchEtc">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible desktop">
<label data-collapse-id="recentChanges">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="recentChanges">Recent YouTube changes</span>
</label>
<section class="checkbox">
<label>
<span id="restoreSidebarSubscriptionsLink">Restore Subscriptions link in sidebar</span>
<input type="checkbox" name="restoreSidebarSubscriptionsLink">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="revertSidebarOrder">Restore order of sidebar items</span>
<input type="checkbox" name="revertSidebarOrder">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="revertGiantRelated">Restore small thumbnails in Related</span>
<input type="checkbox" name="revertGiantRelated">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideWatchSideMenu">Hide video page side menu</span>
<input type="checkbox" name="hideWatchSideMenu">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="displaySubscriptionsGridAsList">Display Subscriptions grid as a list</span>
<input type="checkbox" name="displaySubscriptionsGridAsList">
<span class="toggle"></span>
</label>
<label>
<span id="displayHomeGridAsList">Display Home grid as a list</span>
<input type="checkbox" name="displayHomeGridAsList">
<span class="toggle"></span>
</label>
<section class="checkbox displayingGridAsList">
<label>
<span id="showChannelHeadersInListView">Show channel headers in list view</span>
<input type="checkbox" name="showChannelHeadersInListView">
<span class="toggle"></span>
</label>
</section>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="new-player">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="newVideoPlayerUI">New video player UI</span>
</label>
<section class="checkbox desktop">
<label>
<span id="playerRemoveDelhiExperimentFlags">Disable new progress bar and controls</span>
<input type="checkbox" name="playerRemoveDelhiExperimentFlags">
<span class="toggle"></span>
</label>
<p id="playerRemoveDelhiExperimentFlagsNote">Note: this will stop working when YouTube removes the old player UI</p>
</section>
<section class="select desktop">
<label>
<span id="playerControlsBg">Player controls background</span>
<select name="playerControlsBg">
<option value="default">Default</option>
<option value="blur">Blur</option>
<option value="transparent">Transparent</option>
</select>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="restoreMiniplayerButton">Restore Miniplayer button</span>
<input type="checkbox" name="restoreMiniplayerButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="playerFixFullScreenButton">Restore corner click to toggle full screen</span>
<input type="checkbox" name="playerFixFullScreenButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="playerHideFullScreenControls">Hide new full screen controls</span>
<input type="checkbox" name="playerHideFullScreenControls">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="playerHideFullScreenTitle">Hide full screen title</span>
<input type="checkbox" name="playerHideFullScreenTitle">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="playerHideFullScreenVoting">Hide full screen like/dislike buttons</span>
<input type="checkbox" name="playerHideFullScreenVoting">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="playerHideFullScreenMoreActions">Hide full screen "More actions" menu</span>
<input type="checkbox" name="playerHideFullScreenMoreActions">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="playerHideFullScreenMoreVideos">Hide "More videos" in full screen</span>
<input type="checkbox" name="playerHideFullScreenMoreVideos">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="annoyances">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="annoyances">Annoyances</span>
</label>
<section class="checkbox">
<label>
<span id="hideAI">Hide AI summaries</span>
<input type="checkbox" name="hideAI">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideExperiencingInterruptions">Hide "Experiencing interruptions?" popup</span>
<input type="checkbox" name="hideExperiencingInterruptions">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox mobile">
<label>
<span id="allowBackgroundPlay">Allow background playback</span>
<input type="checkbox" name="allowBackgroundPlay">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="removePink">Remove pink gradient from progress bars</span>
<input type="checkbox" name="removePink">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="disableVideoPreviews">Disable video previews</span>
<input type="checkbox" name="disableVideoPreviews">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="disableNumberKeySeeking">Disable number key seeking</span>
<input type="checkbox" name="disableNumberKeySeeking">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="disableThemedHover">Disable themed hover effects</span>
<input type="checkbox" name="disableThemedHover">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="pauseChannelTrailers">Automatically pause channel trailers</span>
<input type="checkbox" name="pauseChannelTrailers">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hidePremiumUpsells">Hide Premium upsells</span>
<input type="checkbox" name="hidePremiumUpsells">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox mobile">
<label>
<span id="hideOpenApp">Hide Open App links</span>
<input type="checkbox" name="hideOpenApp">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideInfoPanels">Hide information panels</span>
<input type="checkbox" name="hideInfoPanels">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="videoLists">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="videoLists">Video lists</span>
</label>
<section class="checkbox">
<label>
<span id="hideSuggestedSections">Hide suggested sections</span>
<input type="checkbox" name="hideSuggestedSections">
<span class="toggle"></span>
</label>
</section>
<section class="select desktop">
<label>
<span id="searchThumbnailSize">Search thumbnail size</span>
<select name="searchThumbnailSize">
<option value="large">Large</option>
<option value="medium">Medium</option>
<option value="small">Small</option>
<option value="xsmall">Extra small</option>
</select>
</label>
</section>
<section class="select desktop">
<label>
<span id="gridItemsPerRow">Grid items per row</span>
<select name="minimumGridItemsPerRow">
<option value="auto">Auto</option>
<option value="+1">Auto +1</option>
<option value="+2">Auto +2</option>
<option value="+3">Auto +3</option>
<option value="3">At least 3</option>
<option value="4">At least 4</option>
<option value="5">At least 5</option>
<option value="6">At least 6</option>
</select>
</label>
<p class="inHomeAndSubscriptionsNote">In Home and Subscriptions</p>
</section>
<section class="checkbox">
<label>
<span id="hideMixes">Hide Mixes</span>
<input type="checkbox" name="hideMixes">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hidePlaylists">Hide Playlists</span>
<input type="checkbox" name="hidePlaylists">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideMoviesAndTV">Hide Movies and TV</span>
<input type="checkbox" name="hideMoviesAndTV">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideUpcoming">Hide Upcoming videos</span>
<input type="checkbox" name="hideUpcoming">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideMembersOnly">Hide Members only videos</span>
<input type="checkbox" name="hideMembersOnly">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideLive">Hide Live videos</span>
<input type="checkbox" name="hideLive">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideStreamed">Hide Streamed videos</span>
<input type="checkbox" name="hideStreamed">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox mobile">
<label>
<span id="hideHomePosts">Hide Posts in Home</span>
<input type="checkbox" name="hideHomePosts">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideCollaborations">Hide Collaborations in Subscriptions</span>
<input type="checkbox" name="hideCollaborations">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideLowViews">Hide low view videos in Related</span>
<input type="checkbox" name="hideLowViews">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideAutoDubbed">Hide Auto-dubbed videos</span>
<input type="checkbox" name="hideAutoDubbed">
<span class="toggle"></span>
</label>
<p id="hideAutoDubbedNote">Where explicitly labeled</p>
</section>
<section class="checkbox">
<label>
<span id="hideWatched">Hide Watched videos</span>
<input type="checkbox" name="hideWatched">
<span class="toggle"></span>
</label>
<section class="select hidingWatched">
<label>
<span id="hideWatchedThreshold">Watched %</span>
<select name="hideWatchedThreshold">
<option value="0" id="anyPercent">any %</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="75">75</option>
<option value="80">80</option>
<option value="85">85</option>
<option value="90">90</option>
<option value="95">95</option>
<option value="100">100</option>
</select>
</label>
</section>
</section>
<section class="checkbox">
<label>
<span id="hideHiddenVideos">Hide hidden videos</span>
<input type="checkbox" name="hideHiddenVideos">
<span class="toggle"></span>
</label>
<p id="hideHiddenVideosNote">Hides the "Undo" button after 5 seconds</p>
<section class="checkbox desktop hidingHiddenVideos">
<label>
<span id="animateHiding">Animate hiding</span>
<input type="checkbox" name="animateHiding">
<span class="toggle"></span>
</label>
<p class="inHomeAndSubscriptionsNote sub-note">In Home and Subscriptions</p>
</section>
</section>
<section class="checkbox">
<label>
<span id="hideChannels">Hide channels</span>
<input type="checkbox" name="hideChannels">
<span class="toggle"></span>
</label>
<p id="hideChannelsNote">Adds "Hide channel" to video menus</p>
<details id="hiddenChannelsDetails">
<summary id="hiddenChannelsSummary">Hidden channels</summary>
<div id="hiddenChannels"></div>
</details>
</section>
<section class="checkbox mobile">
<label>
<span id="mobileGridView">Use grid view for Subcriptions & Search (portrait only)</span>
<input type="checkbox" name="mobileGridView">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="disableHomeFeed">Disable Home feed</span>
<input type="checkbox" name="disableHomeFeed">
<span class="toggle"></span>
</label>
<p id="disableHomeFeedNote">Only when logged in - redirects to Subscriptions</p>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="videoPages">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="videoPages">Video pages</span>
</label>
<section class="checkbox">
<label>
<span id="disableAutoplay">Disable Autoplay</span>
<input type="checkbox" name="disableAutoplay">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="disableStableVolume">Disable Stable Volume</span>
<input type="checkbox" name="disableStableVolume">
<span class="toggle"></span>
</label>
<p class="requiresPageRefresh">Requires page refresh to apply</p>
</section>
<section class="checkbox">
<label>
<span id="disableAmbientMode">Disable Ambient mode</span>
<input type="checkbox" name="disableAmbientMode">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="alwaysUseTheaterMode">Always use theater mode</span>
<input type="checkbox" name="alwaysUseTheaterMode">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="fullSizeTheaterMode">Full size theater mode</span>
<input type="checkbox" name="fullSizeTheaterMode">
<span class="toggle"></span>
</label>
<section class="checkbox fullSizeTheaterMode">
<label>
<span id="fullSizeTheaterModeHideHeader">Hide header</span>
<input type="checkbox" name="fullSizeTheaterModeHideHeader">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="checkbox desktop">
<label>
<span id="alwaysUseOriginalAudio">Always use original audio</span>
<input type="checkbox" name="alwaysUseOriginalAudio">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideRelated">Hide Related videos</span>
<input type="checkbox" name="hideRelated">
<span class="toggle"></span>
</label>
<section class="checkbox desktop">
<label>
<span id="hideRelatedBelow">Only when they appear below the video</span>
<input type="checkbox" name="hideRelatedBelow">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="checkbox desktop">
<label>
<span id="hideSidebarWhenEmpty">Hide sidebar when empty</span>
<input type="checkbox" name="hideSidebarWhenEmpty">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideEndCards">Hide video end cards</span>
<input type="checkbox" name="hideEndCards">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideEndVideos">Hide video endscreen content</span>
<input type="checkbox" name="hideEndVideos">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideChannelWatermark">Hide channel watermark</span>
<input type="checkbox" name="hideChannelWatermark">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideJumpAheadButton">Hide Premium Jump ahead button</span>
<input type="checkbox" name="hideJumpAheadButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideNextButton">Hide the Next button</span>
<input type="checkbox" name="hideNextButton">
<span class="toggle"></span>
</label>
<p class="desktop" id="hideNextButtonNote">
When not watching a video in a playlist
</p>
</section>
<section class="checkbox">
<label>
<span id="hideShareThanksClip">Hide Share/Thanks/Clip buttons</span>
<input type="checkbox" name="hideShareThanksClip">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideAskButton">Hide Ask button</span>
<input type="checkbox" name="hideAskButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideMetadata">Hide video metadata</span>
<input type="checkbox" name="hideMetadata">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideComments">Hide Comments</span>
<input type="checkbox" name="hideComments">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideChat">Hide Chat</span>
<input type="checkbox" name="hideChat">
<span class="toggle"></span>
</label>
<section class="checkbox">
<label>
<span id="hideChatFullScreen">Only hide in full screen</span>
<input type="checkbox" name="hideChatFullScreen">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="checkbox desktop">
<label>
<span id="addTakeSnapshot">Add Take snaphot to video menu</span>
<input type="checkbox" name="addTakeSnapshot">
<span class="toggle"></span>
</label>
<section class="select snapshot">
<label>
<span id="snapshotFormat">Snapshot format</span>
<select name="snapshotFormat">
<option value="jpeg">JPEG</option>
<option value="png">PNG</option>
</select>
</label>
</section>
<section class="select snapshot jpegSnapshot">
<label>
<span id="snapshotQuality">Quality</span>
<select name="snapshotQuality">
<option id="qualityFull" value="1.0">Full</option>
<option id="qualityHigh" value="0.92">High</option>
<option id="qualityMedium" value="0.75">Medium</option>
<option id="qualityLow" value="0.5">Low</option>
</select>
</label>
</section>
</section>
<section class="checkbox desktop">
<label>
<span id="downloadTranscript">Make Transcript downloadable</span>
<input type="checkbox" name="downloadTranscript">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="shorts">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="shorts">Shorts</span>
</label>
<section class="checkbox">
<label>
<span id="hideShorts">Hide Shorts</span>
<input type="checkbox" name="hideShorts">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="redirectShorts">Redirect Shorts to the normal player</span>
<input type="checkbox" name="redirectShorts">
<span class="toggle"></span>
</label>
</section>
<section class="select desktop">
<label>
<span id="minimumShortsPerRow">Minimum Shorts per row</span>
<select name="minimumShortsPerRow">
<option value="auto">Auto</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
</select>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideShortsMetadataUntilHover">Hide Shorts metadata until hover</span>
<input type="checkbox" name="hideShortsMetadataUntilHover">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideShortsSuggestedActions">Hide suggested actions</span>
<input type="checkbox" name="hideShortsSuggestedActions">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideShortsRelatedLink">Hide link to related Short by the same channel</span>
<input type="checkbox" name="hideShortsRelatedLink">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideShortsMusicLink">Hide music link</span>
<input type="checkbox" name="hideShortsMusicLink">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideShortsRemixButton">Hide Remix button</span>
<input type="checkbox" name="hideShortsRemixButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="alwaysShowShortsProgressBar">Always show progress bar</span>
<input type="checkbox" name="alwaysShowShortsProgressBar">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="stopShortsLooping">Stop Shorts looping</span>
<input type="checkbox" name="stopShortsLooping">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="uiTweaks">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="uiTweaks">UI tweaks</span>
</label>
<section class="select desktop">
<label>
<span id="enforceTheme">Enforce theme</span>
<select name="enforceTheme">
<option value="default">Don't enforce</option>
<option value="device">Device theme</option>
<option value="dark">Dark</option>
<option value="light">Light</option>
</select>
</label>
</section>
<section class="checkbox">
<label>
<span id="showFullVideoTitles">Show full video titles</span>
<input type="checkbox" name="showFullVideoTitles">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="useSquareCorners">Use square corners for thumbnails and videos</span>
<input type="checkbox" name="useSquareCorners">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideHomeCategories">Hide categories in Home</span>
<input type="checkbox" name="hideHomeCategories">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="redirectLogoToSubscriptions">Link YouTube logo to Subscriptions</span>
<input type="checkbox" name="redirectLogoToSubscriptions">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="tidyGuideSidebar">Tidy Guide sidebar</span>
<input type="checkbox" name="tidyGuideSidebar">
<span class="toggle"></span>
</label>
<section class="checkbox tidyingGuideSidebar">
<label>
<span id="hideSidebarSubscriptions">Hide Subscriptions list</span>
<input type="checkbox" name="hideSidebarSubscriptions">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="checkbox mobile">
<label>
<span id="hideExploreButton">Hide Explore button in Home</span>
<input type="checkbox" name="hideExploreButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox mobile">
<label>
<span id="hideSubscriptionsChannelList">Hide channel list in Subscriptions</span>
<input type="checkbox" name="hideSubscriptionsChannelList">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="hideSubscriptionsLatestBar">Hide "Latest" bar in Subscriptions</span>
<input type="checkbox" name="hideSubscriptionsLatestBar">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="fullWidthChannelPage">Full-width channel page</span>
<input type="checkbox" name="fullWidthChannelPage">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideChannelBanner">Hide channel banner images</span>
<input type="checkbox" name="hideChannelBanner">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideVoiceSearch">Hide Search with your voice</span>
<input type="checkbox" name="hideVoiceSearch">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox desktop">
<label>
<span id="fixGhostCards">Fix grid loading placeholders</span>
<input type="checkbox" name="fixGhostCards">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled collapsible">
<label data-collapse-id="embeddedVideos">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor">
<path d="m6.24 8.999 3.614-3.613a.498.498 0 0 0 0-.707.5.5 0 0 0-.707 0L5.999 7.826 2.854 4.68a.5.5 0 0 0-.707.707L5.759 9l.481-.001z"/>
</svg>
<span id="embeddedVideos">Embedded videos</span>
</label>
<section class="checkbox">
<label>
<span id="hideEmbedShareButton">Hide Share button</span>
<input type="checkbox" name="hideEmbedShareButton">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideEmbedPauseOverlay">Hide pause overlay</span>
<input type="checkbox" name="hideEmbedPauseOverlay">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="group labelled debug">
<label id="debugOptions">Debug options</label>
<section class="checkbox">
<label>
<span id="debug">Debug mode</span>
<input type="checkbox" name="debug">
<span class="toggle"></span>
</label>
<p id="debugNote">Enables debug logging</p>
<section class="checkbox debugging">
<label>
<span id="debugLogGridObservers">Log grid observers</span>
<input type="checkbox" name="debugLogGridObservers">
<span class="toggle"></span>
</label>
</section>
</section>
<section class="checkbox">
<label>
<span id="debugManualHiding">Debug manual hiding</span>
<input type="checkbox" name="debugManualHiding">
<span class="toggle"></span>
</label>
<p id="debugManualHidingNote">Highlights elements instead of hiding them</p>
</section>
</section>
<div id="version">v1.35.2<span id="debugCountdown"></span></div>
</form>
<script src="options.js"></script>
<div class="firefoxSizer">Big long string to force Firefox to use the maximum available width</div>
</body>
</html>