Skip to content

Commit

Permalink
Remove cued video thumbnail enhancement
Browse files Browse the repository at this point in the history
Improve volume step labelling
  • Loading branch information
ParticleCore committed Mar 31, 2024
1 parent 277a033 commit 09f4159
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/chrome/css/content-script.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
#movie_player > .ytp-cued-thumbnail-overlay > .ytp-cued-thumbnail-overlay-image {
background-size: contain !important;
}
/* end | autoplay */

/* ini | autoplay channel trailer */
#c4-player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
#c4-player > .ytp-cued-thumbnail-overlay > .ytp-cued-thumbnail-overlay-image {
background-size: contain !important;
}
/* end | autoplay channel trailer */

/* ini | video focus */
Expand Down
5 changes: 5 additions & 0 deletions src/chrome/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,11 @@
<div class="settingDescription">Changing volume using the scroll wheel requires the shift key to be pressed, and can be done from anywhere in the page</div>
</div>
</div>
</div>
</div>
<div class="settingGroup">
<div class="settingLabel">Volume step</div>
<div class="settingOptions">
<div class="setting" data-id="scrollVolumeStep">
<div class="settingDescription">
<label>
Expand Down
6 changes: 0 additions & 6 deletions src/firefox/css/content-script.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
#movie_player > .ytp-cued-thumbnail-overlay > .ytp-cued-thumbnail-overlay-image {
background-size: contain !important;
}
/* end | autoplay */

/* ini | autoplay channel trailer */
#c4-player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
#c4-player > .ytp-cued-thumbnail-overlay > .ytp-cued-thumbnail-overlay-image {
background-size: contain !important;
}
/* end | autoplay channel trailer */

/* ini | video focus */
Expand Down
5 changes: 5 additions & 0 deletions src/firefox/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,11 @@
<div class="settingDescription">Changing volume using the scroll wheel requires the shift key to be pressed, and can be done from anywhere in the page</div>
</div>
</div>
</div>
</div>
<div class="settingGroup">
<div class="settingLabel">Volume step</div>
<div class="settingOptions">
<div class="setting" data-id="scrollVolumeStep">
<div class="settingDescription">
<label>
Expand Down

0 comments on commit 09f4159

Please sign in to comment.