Skip to content

YouTube Mobile Blank Home Page by skunkstriped

Details

Authorskunkstriped

LicenseNo License

Categoryyoutube

Created

Updated

Size727 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blanks the home page and hides the “explore” section on YouTube Mobile

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube Mobile Blank Home Page
@version      20220121.17.58
@namespace    userstyles.world/user/skunkstriped
@description  Blanks the home page and hides the “explore” section on YouTube Mobile

@author       skunkstriped
@license      No License
==/UserStyle== */

@-moz-document url("https://m.youtube.com/"), url("https://www.youtube.com/"), url("https://m.youtube.com"), url("https://www.youtube.com") {
ytm-video-with-context-renderer, .rich-grid-renderer-contents, .chip-bar-contents {
display: none !important;
}
}

@-moz-document domain("youtube.com"), domain("m.youtube.com") {
#app > ytm-pivot-bar-renderer > ytm-pivot-bar-item-renderer:nth-child(2) {
display: none !important;
}
}

Reviews

No reviews yet.