fix random colors on subtitles fonts when Character-Edge sets to on.
JW player subtitles fix (Librewolf). by ignaudioz
Details
Authorignaudioz
LicenseNo License
Categoryzoro.to
Created
Updated
Size574 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The image is only for an example, the before color can be whatever.
To install correctly just replace "URL HERE" with ur JW player url instance.
For example two common JW player hosts were added usually related to anime sites, in this case zoro.to/aniwatch.to.
Source code
/* ==UserStyle==
@name zoro subtitles
@version 20230704.13.10
@namespace ?
==/UserStyle== */
@-moz-document domain("rapid-cloud.co") {
.jw-text-track-cue {
background-color: rgba(0, 0, 0, 0) !important;
text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 1px 5px, rgb(0, 0, 0) 0px 2px 5px !important;
}
}
@-moz-document domain("megacloud.tv") {
.jw-text-track-cue {
background-color: rgba(0, 0, 0, 0) !important;
text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 1px 5px, rgb(0, 0, 0) 0px 2px 5px !important;
}
}