Skip to content

youtube minimalist by MatthusKakttus

Screenshot of youtube minimalist

Details

AuthorMatthusKakttus

LicenseMIT

Categorywww.youtube.com

Created

Updated

Size695 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a youtube minimalist experience

Notes

Use it with unhook extension

Source code

/* ==UserStyle==
@name       youtube.com
@version    20240922.18.48
@namespace  ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
#guide {
    display: none;
}

#end.ytd-masthead {
    display: none;
}

#start.ytd-masthead {
    display: none;
}

#container.ytd-masthead {
    justify-content: center;
}

#voice-search-button.ytd-masthead {
    display: none;
}

ytd-searchbox.ytd-masthead {
    margin: 0;
}

.metadata-snippet-container.ytd-video-renderer {
    display: none;
}

ytd-video-meta-block {
    display: none;
}

ytd-secondary-search-container-renderer {
    display: none;
}

ytd-page-manager, #page-manager {
    margin: 0;
}

#header.ytd-search {
    display: none;
}
}

Reviews

No reviews yet.