Prevent YT captions from briefly jumping off screen shortly after they have been activated.
Youtube Captions Fix by semnodime
Imported and mirrored from https://github.com/Semnodime/userstyles.world-Youtube-Captions-Fix/raw/main/youtube-captions-fix.user.styl
Details
Authorsemnodime
LicenseMIT
Categoryunset
Created
Updated
Size539 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Captions Fix
@description Prevent YT captions from briefly jumping off screen shortly after they have been activated.
@namespace github.com/Semnodime/
@version 1.0.1
@author Semnodime
@license MIT
@homepageURL https://github.com/Semnodime/userstyles.world-Youtube-Captions-Fix
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?v=") {
.ytp-caption-window-bottom > .captions-text{
transform: none !important;
}
}