Skip to content

youtube remove thumbnails & shorts by princess_amy

Screenshot of youtube remove thumbnails & shorts

Details

Authorprincess_amy

Licensedo whatever u want

Categoryyoutube

Created

Updated

Size6.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides thumbnails and some other eyesores on youtube

Notes

i made this cuz i hate clickbait and i am super vulnerable to it. perhaps it can help others have better watching habits! i plan on fixing/updating/etc this but i will also suddenly get bored and drop it forever, fair warning.
ver 1.0.0: initial release
ver 1.0.0: fixed some stuff, made comments less obvious
ver 1.0.2: forgot to change the number last time

Source code

/* ==UserStyle==
@name           www.youtube.com
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    A new userstyle
@author         Me
==/UserStyle== */
/*@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');*/
@-moz-document url-prefix("https://www.youtube.com/") {

	@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
	/* {
        font-family: "Faculty Glyphic", sans-serif !important;
        font-weight: 400;
        font-style: normal;
    }*/
	/** {
		font-family: "Rubik", sans-serif !important;
		font-optical-sizing: auto !important;
		font-weight: 400 !important;
		font-style: normal !important;
	}*/
	/* {
		font-family: "Ubuntu", sans-serif !important;
		font-weight: 400 !important;
		font-style: normal !important;
	}*/
	a.yt-lockup-metadata-view-model-wiz__title,
	#video-title {
		font-family: "Rubik", sans-serif !important;
		font-optical-sizing: auto !important;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 16px !important;
	}

	div.video_preview {
		display: none !important;
	}
	img,
	ytd-thumbnail {
		display: none !important;
	}

	ytd-expandable-metadata-renderer.style-scope {
		display: none !important;
	}

	/*no box for playlists*/
	yt-collection-thumbnail-view-model.yt-collection-thumbnail-view-model {
		display: none !important;
	}

	ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {
		display: none !important;
	}
	/*No shorts*/
	div#dismissible.style-scope.ytd-rich-shelf-renderer {
		display: none !important;
	}

	/*
    Block the "rate this video" box
    */
	ytd-inline-survey-renderer.style-scope.ytd-rich-section-renderer {
		display: none !important;
	}

	div#avatar-container {
		display: none !important;
	}

	ytm-paid-content-overlay-renderer.YtmPaidContentOverlayHost a.YtmPaidContentOverlayLink {
		display: none !important;
	}


	/*Outer Box and "Title"*/
	div#content.style-scope.ytd-rich-item-renderer {
		background-color: #272727 !important;
		border-radius: 10px 10px 10px 10px !important;
		border-top: 24px solid #596445 !important;
		margin: 0px !important;
		padding: 0px !important;
	}


	/*div.yt-content-metadata-view-model-wiz__metadata-row {
		font-family: "Faculty Glyphic", sans-serif !important;
		font-weight: 400;
		font-style: normal;
	}*/
	ytd-rich-grid-media.style-scope.ytd-rich-item-renderer,
	div#content.style-scope.ytd-rich-item-renderer yt-lockup-view-model.ytd-rich-item-renderer.lockup {
		height: 100% !important;
		border: 0px !important;
		margin: 0px !important;
		border-radius: 10px 10px 10px 10px !important;
	}


	/*
	Common Box Options
	*/
	div#dismissible.style-scope.ytd-rich-grid-media,
	div.yt-lockup-view-model-wiz.yt-lockup-view-model-wiz--vertical.yt-lockup-view-model-wiz--collection-stack-2 {
		border-radius: 0px 0px 10px 10px !important;

		background-color: #272727 !important;
		padding: 10px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: auto !important;
		height: 100% !important;
		transition-behavior: normal !important;
		transition-delay: 0s !important;
		transition-duration: 0.3s !important;
		transition-property: background-color !important;
		transition-timing-function: cubic-bezier(0.05, 0, 0, 1) !important;
	}

	/*
	Regular Box Hover
	*/
	div#dismissible.style-scope.ytd-rich-grid-media:hover {
		background-color: #484848 !important;
	}
	/*
	Playlist Box
	*/
	div.yt-lockup-view-model-wiz.yt-lockup-view-model-wiz--vertical.yt-lockup-view-model-wiz--collection-stack-2 {
		background-color: #382e2e !important;
	}
	/*
	Playlist Box Hover*/
	div.yt-lockup-view-model-wiz.yt-lockup-view-model-wiz--vertical.yt-lockup-view-model-wiz--collection-stack-2:hover {
		background-color: #504141 !important;
	}

	a#channel-thumbnail.style-scope.ytd-video-renderer {
		display: none !important;
	}

	div#expandable-metadata.style-scope.ytd-video-renderer {
		display: none !important;
	}

	/*Results in search page*/
	ytd-video-renderer.ytd-item-section-renderer,
	ytd-video-renderer.style-scope.ytd-vertical-list-renderer {
		font-family: "Rubik", sans-serif !important;
		font-optical-sizing: auto !important;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 16px !important;
		background-color: #272727 !important;
		border-radius: 10px 10px 10px 10px !important;
		margin: 0px !important;
		padding: 10px !important;
		margin-bottom: 10px !important;
		margin-top: 10px !important;

		transition-behavior: normal !important;
		transition-delay: 0s !important;
		transition-duration: 0.5s !important;
		transition-property: background-color !important;
		transition-timing-function: cubic-bezier(0.05, 0, 0, 1) !important;
	}
	ytd-video-renderer.ytd-item-section-renderer:hover,
	ytd-video-renderer.style-scope.ytd-vertical-list-renderer:hover {
		background-color: #484848 !important;
	}

	/*side links under videos*/
	a.yt-simple-endpoint.style-scope.ytd-compact-video-renderer {
		padding-top: 6px !important;
		border-top: 2px #484848 solid !important;
	}

	/*hide comments when not hovering*/
	ytd-item-section-renderer#sections.style-scope.ytd-comments {
		opacity: 0 !important;
		transition-behavior: normal !important;
		transition-delay: 0s !important;
		transition-duration: 6s !important;
		transition-property: opacity !important;
		transition-timing-function: cubic-bezier(0.6, 0.1, 1, 1);
		/* custom */
		/*transition-timing-function: cubic-bezier(0.05, 0, 0, 1) !important;*/
	}
	ytd-item-section-renderer#sections.style-scope.ytd-comments:hover {
		opacity: 1 !important;
	}



	ytd-item-section-renderer.style-scope.ytd-watch-next-secondary-results-renderer {
		opacity: 0.5 !important;
		transition-behavior: normal !important;
		transition-delay: 0s !important;
		transition-duration: 0.5s !important;
		transition-property: opacity !important;
		transition-timing-function: cubic-bezier(0.05, 0, 0, 1) !important;
	}
	ytd-item-section-renderer.style-scope.ytd-watch-next-secondary-results-renderer:hover {
		opacity: 1 !important;
	}












	/*
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	*/
}

Reviews

No reviews yet.