Skip to content

Paramount+ Spoiler Free by TGekko

Screenshot of Paramount+ Spoiler Free

Details

AuthorTGekko

LicenseMIT

Categoryparamountplus.com

Created

Updated

Size899 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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!

Notes

I also hid the scrollbars 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('crunchyroll.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;
 }
 .single-video-bottom-right-background {
  background-image: linear-gradient(#000, #111) !important;
 }
 .description.breakpoint-1030 {
  color: transparent !important;
 }
}

Reviews

No reviews yet.