/* ==UserStyle== @name YouTube Tweaks @version 1.3.0 @namespace edm115.dev @description Hide useless things on YouTube and make it cleaner @author EDM115 @license MIT @homepageURL https://github.com/EDM115/useful-stuff/blob/main/themes/YouTube_Tweaks.user.css @updateURL https://raw.githubusercontent.com/EDM115/useful-stuff/refs/heads/main/themes/YouTube_Tweaks.user.css @supportURL https://github.com/EDM115/useful-stuff/issues ==/UserStyle== */ @-moz-document domain("youtube.com") { /* Search "xyz" */ yt-shorts-suggested-action-view-model { display: none !important; } /* Sound used in Shorts */ reel-sound-metadata-view-model { display: none !important; } /* Previous video in the player */ .ytp-prev-button { display: none !important; } /* Next video in the player */ .ytp-next-button { display: none !important; } /* Channel icon in the bottom right */ .ytp-suggested-action-badge, .iv-branding { display: none !important; } /* Shop items in-video popup */ #purchase-button { display: none !important; } /* Join membership button */ #sponsor-button, .ytReelChannelBarViewModelReelSponsorButton { display: none !important; } /* Blue dot next to the Subscriptions tab */ #newness-dot { display: none !important; } /* New videos blue dot for recenty searched channels */ yt-searchbox .ytSuggestionComponentMetadataContainer { display: none !important; } /* Members only videos */ ytd-rich-item-renderer:has(.badge-style-type-members-only), yt-lockup-view-model:has(.yt-badge-shape--commerce) { display: none !important; } /* Endscreen cards */ .ytp-ce-element, .ytp-ce-hide-button-container { /* display: none !important; */ } /* Download button */ ytd-download-button-renderer, ytd-menu-service-item-download-renderer { display: none !important; } /* Thanks button */ yt-button-view-model button:has(svg path[d^="M11 17h2v-1h1c.55 0 1-.45 1-1"][d*="7.99c0 3.7-3.28 6.94-8.25 11.86z"]), ytd-menu-popup-renderer tp-yt-paper-listbox > ytd-menu-service-item-renderer:has(svg path[d^="M11 17h2v-1h1c.55 0 1-.45 1-1"][d*="7.99c0 3.7-3.28 6.94-8.25 11.86z"]), /* New UI */ yt-button-view-model button:has(svg path[d^="M16.25 2A6.7 6.7 0 0012 3.509 6.75"][d*="L12 20l-.813 1.828.813.36.813-.361Z"]), ytd-menu-popup-renderer tp-yt-paper-listbox > ytd-menu-service-item-renderer:has(svg path[d^="M16.25 2A6.7 6.7 0 0012 3.509 6.75"][d*="L12 20l-.813 1.828.813.36.813-.361Z"]) { display: none !important; } /* Clip button */ yt-button-view-model button:has(svg path[d^="M8 7c0 .55-.45 1-1 1s"][d*="1-3.67 3.67 1 1L20 5.15V5h-1.85z"]), ytd-menu-popup-renderer tp-yt-paper-listbox > ytd-menu-service-item-renderer:has(svg path[d^="M8 7c0 .55-.45 1-1 1s"][d*="1-3.67 3.67 1 1L20 5.15V5h-1.85z"]), /* New UI */ yt-button-view-model button:has(svg path[d^="M6 2.002a4 4 0 102.03 7.445L10.586 12l"][d*="0 11-4 0 2 2 0 014 0Z"]), ytd-menu-popup-renderer tp-yt-paper-listbox > ytd-menu-service-item-renderer:has(svg path[d^="M6 2.002a4 4 0 102.03 7.445L10.586 12l"][d*="0 11-4 0 2 2 0 014 0Z"]) { display: none !important; } /* Remove ads button */ yt-button-view-model button:has(svg path[d^="M12 1C5.925 1 1 5.925 1 12s4.925"][d*="8.944A9 9 0 013.754 8.393Z"]), ytd-menu-popup-renderer tp-yt-paper-listbox > yt-list-item-view-model:has(svg path[d^="M12 1C5.925 1 1 5.925 1 12s4.925"][d*="8.944A9 9 0 013.754 8.393Z"]) { display: none !important; } /* Shorts remix button */ #remix-button, button-view-model:has(button[aria-label^="Remix"]) { display: none !important; } /* Shorts Send feedback menu button */ ytd-menu-navigation-item-renderer:has(tp-yt-paper-item[aria-label="Send feedback"]) { display: none !important; } /* Ugly background behind the verified checkmark */ .badge-shape-style-type-verified-artist > badge-shape { background: transparent; } }