Skip to content

Youtube: better subtitles by tutah1

Screenshot of Youtube: better subtitles

Details

Authortutah1

LicenseCC BY-SA

Categoryyoutube

Created

Updated

Size874 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes black background, adds text shadow (so it's distinguishable both in white and black frames), changes size to be consistent

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube better subtitles
@version      20250108.20.50
@namespace    userstyles.world/user/tutah1
@description  removes black background, adds text shadow (so it's distinguishable both in white and black frames), changes size to be consistent
@author       tutah1
@license      CC BY-SA
==/UserStyle== */

@-moz-document domain("youtube.com") {
.captions-text>span>span, .ytp-caption-segment {
    font-size: 25px!important;
    font-family: "Arial"!important;
    text-shadow: 1px 1px 3px black!important;
	background: transparent!important;
}

.caption-window.ytp-caption-window-bottom {
    left: 10%!important;
    margin-left:0px!important;
    width: 80%!important
}

.caption-window.ytp-caption-window-bottom.ytp-caption-window-rollup {
    text-align: center!important;
	background: transparent!important;
}
}

Reviews

No reviews yet.