Skip to content

HIDIVE White Closed Captions - Secondary Text Only by joeguff

Screenshot of HIDIVE White Closed Captions - Secondary Text Only

Details

Authorjoeguff

LicenseMIT

Categoryhidive.com

Created

Updated

Size796 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Turns all Captions to white color and hides the primary captions to only show secondary captions, text translations, etc.

Notes

  1. You may need to change line 1 from Q0 to Q1 or Q2 etc from time to time.
  • This is what hides the primary captions.
  1. You can remove the span.Q0 style and this will simply show all captions in white.
  2. Edit the color to your liking!

Source code

/* ==UserStyle==
@name         HIDIVE White Closed Captions - Secondary Text Only
@version      20241208.12.48
@namespace    https://userstyles.world/user/Guffawaffle
@description  Turns all Captions to white color and hides the "main" captions to only show things like text translation etc.
@author       Guffawaffle
@license      MIT
==/UserStyle== */

@-moz-document domain("hidive.com") {
/* This turns everything the color you want */
div[class^="doris-vtt-style-"] .ds-text-track__wrapper span[class^="Q"] {
    color: white !important;
}

}

@-moz-document domain("hidive.com") {
/*  Hide the "main" CC
*   The Q# number will have to be changed ocasssionally
*   Could be anything from 0-9 I bet
*   Remove this if you just want to change cc color
*/
span.Q0 {
    visibility: hidden;
}

}

Reviews

No reviews yet.