Cleans up YouTube mobile interface
Cleaned Up Mobile YouTube by skunkstriped
Details
Authorskunkstriped
LicenseNo License
Categoryyoutube
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Cleaned Up Mobile YouTube
@version 20220121.00.37
@namespace userstyles.world/user/skunkstriped
@description Cleans up YouTube mobile interface
@author skunkstriped
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com"), domain("m.youtube.com") {
.mobile-topbar-header-voice-search-button .c3-material-button-button {display: none !important;}
.chip-bar-contents {display: none !important;}
.chip-bar {display: none !important;}
.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-in {display: none !important;}
.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer {display: none !important;}
.rich-grid-sticky-header {
margin-bottom: 48px !important;
}
#related-chips-sentinel, ytm-related-chip-cloud-renderer {
display: none !important;
}
ytm-item-section-renderer {
border-bottom: 0px solid rgba(0,0,0,0.1) !important;
}
c3-material-button.button-renderer:nth-child(3) {
display: none;
}
}
@-moz-document url("https://m.youtube.com/"), url("https://www.youtube.com/") {
ytm-app.sticky-player {
padding-top: 0px !important;
}
}