Skip to content

HiDive White Subtitles 2024 by linktlh

Details

Authorlinktlh

LicenseNo License

Categoryhidive.com

Created

Updated

Size608 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the main subtitles to be white instead of yellow. This does not affect any sub-sub titles.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           HiDive White Subtitles 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Changes the main subtitles to be white instead of yellow. This does not affect any sub-sub titles. 
@author         Rennai
==/UserStyle== */
@-moz-document domain("hidive.com") {
    .doris-vtt-style-0 .ds-text-track__wrapper .Q0 {
        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;
    }
}

Reviews

No reviews yet.