Remove cards at the final seconds.
Youtube hide final cards by eremesng
Details
Authoreremesng
LicenseNo License
CategoryYoutube.com
Created
Updated
Size571 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 Youtube hide final cards
@version 20221202.00.02
@namespace userstyles.world/user/eremesng
@description Remove cards at the final seconds.
@author eremesng
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* ==UserStyle==
@name Youtube hide final cards
@version 20221201.18.01
@namespace userstyles.world/user/eremesng
@description Remove cards at the final seconds.
@author eremesng
@license No License
==/UserStyle== */
.ytp-ce-element {
display: none;
}
}