adds a background to the captions
primevideo - caption background by daniele-f
Details
Authordaniele-f
LicenseNo License
Categoryprimevideo.com
Created
Updated
Size251 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name primevideo - caption background
@version 20240829.08.46
@namespace ?
==/UserStyle== */
@-moz-document domain("primevideo.com") {
.atvwebplayersdk-captions-text {
background-color: rgba(0, 0, 0, .7) !important;
}
}