Don't like seeing spoilers? Neither do I. Hide that spoiler video at the end of the video -- you're going to watch it anyway!
Paramount+ Spoiler Free by TGekko
Details
AuthorTGekko
LicenseMIT
Categoryparamountplus.com
Created
Updated
Size982 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I also hid the scrollbars and the cursor for you. They were in my way. You're welcome.
Source code
/* ==UserStyle==
@name Paramount+ Spoiler Free
@namespace paramountplus.com
@version 1.0.0
@license MIT
@author TGekko (https://www.tgekko.com/)
@description Don't like seeing spoilers? Neither do I. Hide that spoiler video at the end of the video -- you're going to watch it anyway!
==/Userstyle== */
@-moz-document domain('paramountplus.com') {
::-webkit-scrollbar {
width: 0.5em;
height: 0.5em;
}
::-webkit-scrollbar-track {
background-color: black;
}
::-webkit-scrollbar-thumb {
background-color: black;
border-radius: 0.5em;
}
::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
::-webkit-scrollbar-corner {
background-color: black;
}
.player-wrapper:not(.controls-visible):has(video):hover {
cursor: none;
}
.single-video-bottom-right-background {
background-image: linear-gradient(#000, #111) !important;
}
.description.breakpoint-1030 {
color: transparent !important;
}
}