Changes subtitles on Hidive to white instead of yellow.
White Subtitles 2025 by AngeredSpace
Details
AuthorAngeredSpace
LicenseNo License
CategoryHidive
Created
Updated
Size676 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Discord azusaru
Source code
/* ==UserStyle==
@name White Subtitles 2025
@namespace Discord azusaru
@version 2.1.0
@description Changes subtitles on Hidive to white instead of yellow. Sometimes a refresh of the page a few times is needed due to how the site works.
==/UserStyle== */
@-moz-document domain("hidive.com") {
.doris-vtt-style-0 .ds-text-track__wrapper :is(.Q0, .Q1, .Q2, .Q3, .Q4, .Q5, .Q6, .Q7, .Q8, .Q9, .Q10, .Q11, .Q12, .Q13) {
color: white !important;
}
.doris-vtt-style-0 .ds-text-track__wrapper > * {
text-shadow: 1px 1px 12px black, 0px 0px 0px black, 1px -1px black, -1px 1px black, 0px 1px black, 1px 0px black !important;
}
}