Skip to content

Youtube hide final cards by eremesng

Screenshot of Youtube hide final cards

Details

Authoreremesng

LicenseNo License

CategoryYoutube.com

Created

Updated

Size571 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove cards at the final seconds.

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;
}
}

Reviews

No reviews yet.