Skip to content

youtube by bopthing1

Screenshot of youtube

Details

Authorbopthing1

LicenseNo License

Categoryyoutube.com

Created

Updated

Size4.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

youtube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         personal youtube theme
@version      20230822.22.57
@namespace    .
@description  .
@author       Moe Lester
@license      No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
	@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;1,400&display=swap');

	:root {
		--t-d: 0.2s;
		--h-b: 80%;
	}

	html {
		--yt-button-border-radius: 0.1px !important;
		--yt-live-chat-creator-support-button-border-radius: 0.1px !important;
		--yt-live-chat-poll-choice-border-radius: 0.1px !important;
	}

	* {
		font-family: "Source Sans Pro", sans-serif !important;
	}

	#description,
	a,
	button,
	.sbsb_b li,
	.ytp-menuitem,
	a,
	.tp-yt-paper-button {
		transition-duration: .2s !important;
	}

	a:hover,
	.tp-yt-paper-button:hover {
		filter: brightness(0.9) !important;
	}

	#description,
	#description * {
		border-radius: 1px !important;
	}


	.yt-core-image--loaded {
		transition: var(--t-d) ease-in-out !important
	}

	.yt-core-image--loaded:hover {
		filter: brightness(var(--h-b)) !important;
		box-shadow: rgba(255, 255, 255, .35) 0px 5px 15px !important;
	}

	.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {
		background-color: #8b0000 !important;
		color: white !important;
		border-radius: 1px;
		/* 	background-image: linear-gradient(to bottom, #f00, #8a0000) !important; */
	}

	.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover {
		filter: brightness(0.8) !important;
	}

	#avatar.ytd-video-owner-renderer,
	#author-thumbnail.ytd-comment-renderer yt-img-shadow.ytd-comment-renderer,
	yt-img-shadow,
	#container.ytd-searchbox,
	#search-icon-legacy.ytd-searchbox,
	ytd-multi-page-menu-renderer,
	.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal,
	.ytp-settings-menu,
	.yt-core-attributed-string--highlight-text-decorator,
	.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline,
	button.yt-spec-button-shape-next.yt-spec-button-shape-next--text.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text {
		border-radius: 1px !important;
	}

	a.ytd-thumbnail,
	#player-container,
	.sbsb_a,
	.ytp-videowall-still-round-medium .ytp-videowall-still-image,
	.ytd-guide-section-renderer {
		border-radius: 0px !important;
	}

	button.yt-spec-button-shape-next.yt-spec-button-shape-next--text.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text,
	.yt-spec-button-shape-next--size-m {
		margin-bottom: 6.5% !important;
		/* 	background-image: linear-gradient(to bottom, #3300ff26, #19007b26) !important; */
	}



	ytd-watch-flexy[rounded-player-large][default-layout] #ytd-player.ytd-watch-flexy {
		border-radius: 0px !important;
	}
}

button[aria-label^='Reply'],
#like-button yt-button-shape button,
#dislike-button yt-button-shape button {
	border-radius: 1px !important;
}

ytd-menu-popup-renderer {
	border-radius: 0px !important;
	/* 	transition-duration: var(--t-d) !important; */
}

ytd-menu-popup-renderer *,
ytd-guide-entry-renderer {
	border-radius: 0px !important;
	transition-duration: var(--t-d) !important;
}

yt-chip-cloud-chip-renderer.style-scope.ytd-feed-filter-chip-bar-renderer {
	border-radius: 1px !important;
}

#items *,
#voice-search-button *,
#chips *,
.ytd-commentbox *,
.tp-yt-paper-menu-button * {
	border-radius: 0px !important;
	transition-duration: var(--t-d) !important;
}

#voice-search-button {
	display: none !important;
}

ytd-engagement-panel-section-list-renderer[modern-panels]:not([live-chat-engagement-panel]),
.yt-spec-button-shape-next--icon-only-default,
.yt-spec-button-shape-next--size-l {
	border-radius: 0px !important;
}

/* .YtdShortsSuggestedActionHostContainer {
	display: none !important;
} */

Reviews

No reviews yet.