My ongoing attempts at de-cluttering YouTube.
- Fact-checks AFUERA!
- Info boxes AFUERA!
- Search results clutter AFUERA!
Authorowb
LicenseGPL3
Categoryyoutube.com
Created
Updated
Code size2.0 kB
Code checksumc878874
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
My ongoing attempts at de-cluttering YouTube.
[2024-02-27] Cleaned up Live chat by repositioning reactions.
/* ==UserStyle==
@name youtube.com - 07/07/2022, 17:33:54
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* restore youtube motto */
yt-icon.ytd-logo {
width: 144px;
}
yt-icon#logo-icon::after {
content: "Broadcast Yourself";
width: 60px;
}
/* remove fact-checks, info panels */
ytd-clarification-renderer, ytd-info-panel-container-renderer { display: none;}
/* hide shorts */
ytd-rich-shelf-renderer[is-shorts] {
display:none;
}
/* square borders on video player */
ytd-watch-flexy[rounded-player-large][default-layout] #ytd-player.ytd-watch-flexy {
border-radius: 0;
}
/** LIVE CHAT **
/* << operation move the fecking heart out the fecking way */
#reaction-control-panel {
position: relative;
bottom: -59px;
right: -18px;
}
/* reposition chat input box */
#top > #input-container {
position: relative;
right: 18px;
}
#avatar {
position: relative;
right: 12px;
}
/* reposition superchat button */
#picker-buttons {
position: relative;
right: 26px;
}
/* reposition send button */
#send-button {
position: relative;
right: 26px;
}
/* >> operation move the fecking heart out the fecking way */
/** END OF LIVE CHAT **/
/*** Video Buttons ***/
/* hide download button */
#flexible-item-buttons > ytd-download-button-renderer {
display: none;
}
/* hide clip button */
/*#flexible-item-buttons > yt-button-view-model:nth-child(3) > button-view-model > button {
display: none;
}*/
/* end of youtube.com domain */
}
@-moz-document url-prefix("https://www.youtube.com/results") {
/* hide results clutter like 'For You' and 'Previously Watched' */
ytd-reel-shelf-renderer,ytd-shelf-renderer { display: none;}
}