Skip to content

Hiding youtube's video suggestions by CorbeauBlanc

Screenshot of Hiding youtube's video suggestions

Details

AuthorCorbeauBlanc

LicenseGNU GPLv3

Categoryyoutube

Created

Updated

Size438 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides youtube's video suggestions at the end of the video, and on the right of the screen in cinema mode (actually it rather moves it out of sight further down)

Notes

[UPDTAE 10/04/2024]: Now works with the shitty new interface.

Source code

/* ==UserStyle==
@name         Hiding video suggestions
@version      20230722.19.29
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
ytd-watch-flexy[theater] #secondary.ytd-watch-flexy {
	margin-top: var(--ytd-margin-35x);
}

ytd-watch-grid[cinematics-enabled] #below.ytd-watch-grid {
    margin-top: calc(var(--ytd-margin-35x) * 2.2);
}

.html5-endscreen {
	display: none;
}
}

Reviews

No reviews yet.