Were you watching a video and right at the end some pesky cards show up preventing you from watching the end properly? If yes then this is for you.
Remove YouTube Endcards by chromiacat
Details
Authorchromiacat
LicenseCC
Categoryyoutube
Created
Updated
Size442 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 Remove YouTube Endcards
@version 20221207.13.38
@namespace userstyles.world/user/chromiacat
@description Were you watching a video and right at the end some pesky cards show up preventing you from watching the end properly? If yes then this is for you.
@author chromiacat
@license CC
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-ce-element{
display: none !important
}
}