YT Homepage and Subscriptions ADs Blocker
Setting for AdGuard-Home self-hosted.
! YT Homepage and Subscriptions - Hide the Shorts section
youtube.com##[is-shorts]
! YT Menu - Hide the Shorts button
youtube.com###guide [title="Shorts"]
! YT Search - Hide Shorts (alternative)
youtube.com##ytd-video-renderer:has(a[href*="/shorts/"])
www.youtube.com##ytd-search ytd-video-renderer:has([overlay-style="SHORTS"])
! YT Search, Channels and Sidebar or below the player - Hide the Shorts sections
youtube.com##ytd-reel-shelf-renderer
! YT Channels - Hide the Shorts tab
youtube.com##tp-yt-paper-tab[aria-label="Shorts"]
! YT Subscriptions - Hide Shorts - Grid View
youtube.com##ytd-grid-video-renderer:has(a[href*="/shorts/"])
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-grid-video-renderer:has([overlay-style="SHORTS"])
! YT Subscriptions - Hide Shorts - List View
youtube.com##ytd-video-renderer:has(a[href*="/shorts/"])
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer:has([overlay-style="SHORTS"])
! YT Subscriptions - New Layout - Hide Shorts
youtube.com##ytd-rich-item-renderer:has(a[href*="/shorts/"])
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer:has([overlay-style="SHORTS"])
! YT Sidebar - Hide Shorts
youtube.com##ytd-compact-video-renderer:has(a[href*="/shorts/"])
www.youtube.com###related ytd-compact-video-renderer:has([overlay-style="SHORTS"])
! YT Mobile - Hide the Shorts button on Channels
m.youtube.com##[tab-title="Shorts"]
! YT Mobile - Hide the Shorts Menu button
m.youtube.com##ytm-pivot-bar-item-renderer:has(>.pivot-shorts)
! YT Mobile - Hide the Shorts sections
m.youtube.com##ytm-reel-shelf-renderer
! YT Mobile - Hide Shorts in search results
m.youtube.com##ytm-video-with-context-renderer:has(a[href*="/shorts/"])
m.youtube.com##ytm-search ytm-video-with-context-renderer:has([data-style="SHORTS"])
m.youtube.com##tp-yt-paper-tab[aria-label="Shorts"]
! YT Mobile - Hide videos based on channel URLs
m.youtube.com##ytm-media-item .media-channel a:not([class]):is([href="/@ChannelURL"], [href="/@AnotherChannelURL"]):upward(ytm-media-item)
! YT Homepage - Hide the Posts Section
www.youtube.com##ytd-browse[page-subtype="home"] ytd-rich-section-renderer:has(ytd-rich-item-renderer[is-post])
! YT Homepage - Hide Posts
www.youtube.com##ytd-browse[page-subtype="home"] ytd-rich-item-renderer[is-post]
! YT Video annotations
/annotations_module.js$script,xhr,important,domain=youtube.com
! YT "i" button in the corner
youtube.com##.ytp-button.ytp-cards-button
! YT Hide "1080p Premium" in the video quality menu
youtube.com##.ytp-quality-menu .ytp-menuitem:has(.ytp-premium-label)
! YT Self promotion dialogs in bottom left corner ("Join Now")
youtube.com##ytd-popup-container > tp-yt-paper-dialog > ytd-mealbar-promo-renderer, ytd-popup-container > tp-yt-paper-dialog > yt-mealbar-promo-renderer:has-text(/Claim Offer|Join now|Not Now|No thanks|YouTube TV|live TV|Live TV|movies|sports|Try it free|unlimited DVR|watch NFL/)
! YT Search - keep only videos (no shorts) and channels
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-renderer,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
! YT Recommend after pause
youtube-nocookie.com,youtube.com##.ytp-pause-overlay, .show-video-thumbnail-button
~youtube-nocookie.com,~youtube.com##iframe ~ #topvbar > #rvid
! Hide YouTube anti-adblock banners
youtube.com##ytd-popup-container:has-text(/Ad blockers violate YouTube/)
youtube.com##tp-yt-paper-dialog:has-text(/Allow YouTube ads/)
youtube.com##.ytp-ad-player-overlay
youtube.com##.ytp-ad-overlay-container
youtube.com##.video-ads
! Hide the text label of the dislike/share/download/report/save buttons
! new format June 2023
www.youtube.com###actions.ytd-watch-metadata button > div[class$="text-content"]:not(:has-text(/[\d]/))
www.youtube.com###actions.ytd-watch-metadata ytd-button-renderer .yt-spec-button-shape-next .yt-spec-button-shape-next--button-text-content
www.youtube.com###actions.ytd-watch-metadata ytd-button-renderer .yt-spec-button-shape-next__icon:style(margin-right: -6px !important; margin-left: -6px !important;)
m.youtube.com##ytm-slim-video-action-bar-renderer button [class*="button-text-content"]:not(:has-text(/\d/))
m.youtube.com##ytm-slim-video-action-bar-renderer ytm-button-renderer div[class$="icon"]:style(margin-right: -6px !important; margin-left: -6px !important;)
! Hide chat window when viewing streams
www.youtube.com###chat:remove()
! Hide "Shorts remixing this video" shelf in the description
www.youtube.com##ytd-reel-shelf-renderer
! Don't enter / exit fullscreen on double-click
www.youtube.com##+js(aeld, dblclick)
! Hide View Products
www.youtube.com##.ytp-suggested-action-badge-expanded
! Hide Includes paid promotion
www.youtube.com##.ytp-paid-content-overlay
! Hide upcoming Youtube videos
www.youtube.com##ytd-browse ytd-grid-video-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
www.youtube.com##ytd-browse ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"]:upward(ytd-item-section-renderer)
! Brand image in the corner
youtube.com##.ytp-button.branding-img-container
! Hide "1080p Premium" in the video quality menu
!#if env_firefox
youtube.com##.ytp-quality-menu .ytp-premium-label:upward(.ytp-menuitem)
!#endif
!#if env_chromium
youtube.com##.ytp-quality-menu .ytp-menuitem:has(.ytp-premium-label)
!#endif
! Hide horizontal scrollbar. This is only shown on Firefox (version 86 and above)
! https://github.com/yokoffing/filterlists/pull/109
! https://github.com/yokoffing/filterlists/pull/112
!#if env_firefox
www.youtube.com##ytd-app:style(--ytd-app-fullerscreen-scrollbar-width: -1px !important;)
!#endif
! Hide Verified checkmark
! https://github.com/yokoffing/filterlists/pull/110
www.youtube.com##.ytd-badge-supported-renderer.style-scope.badge-style-type-verified.badge
www.youtube.com##.ytd-comment-renderer #author-text:remove-attr(hidden)
www.youtube.com##.ytd-comment-renderer #author-comment-badge
! Hide badges (such as "New") under video recommendations on the sidebar
! https://github.com/yokoffing/filterlists/pull/114
www.youtube.com##ytd-video-meta-block + ytd-badge-supported-renderer
! Hide "smartimation" animations
! Hide the rainbow-colored border animation around the subscribe button
! https://github.com/yokoffing/filterlists/pull/117
www.youtube.com##yt-smartimation > *:not(.smartimation__content)
! Prevent stats from live-updating
! https://github.com/yokoffing/filterlists/pull/113
||youtube.com/youtubei/v1/updated_metadata
! Hide the hashtags above the video title
www.youtube.com###description #info a[href^="/hashtag/"]
www.youtube.com###super-title
www.youtube.com##.super-title
m.youtube.com##.standalone-collection-badge a[href^="/hashtag/"]
m.youtube.com##ytm-video-description-header-renderer button-view-model a[href^="/hashtag/"]
! Hide the copyright notice in the video description
www.youtube.com###description .ytd-watch-metadata #items:has(.ytd-video-description-music-section-renderer)
m.youtube.com##ytm-video-description-music-section-renderer... ! Hide Youtube mixes and radios
! https://www.reddit.com/r/uBlockOrigin/wiki/solutions/youtube/#wiki_mixes_and_yt_playlists
! Removes Mixes from the Main Page
youtube.com##ytd-rich-item-renderer:has([href$="start_radio=1"])
! Removes Mixes from the right side panel
youtube.com##ytd-compact-radio-renderer
! Removes Mixes from the right side panel (Dec 2024)
youtube.com###related yt-lockup-view-model:has([href*="&start_radio=1&"])
! Removes Mixes from search results
youtube.com##ytd-radio-renderer
! Removes Mixes from search results (Dec 2024)
youtube.com##ytd-search yt-lockup-view-model:has([href$="&start_radio=1"][aria-label])
! Removes Mixes from Video End Cards
youtube.com##.ytp-videowall-still[data-is-mix="true"]
! Removes "YouTube" (Music) playlists from the right side panel
youtube.com##ytd-compact-playlist-renderer:has([title^="YouTube"])
! Donation
youtube.com###donation-shelf
! Hide Shorts
! https://www.reddit.com/r/uBlockOrigin/wiki/solutions/youtube/#wiki_shorts
! YT Homepage and Subscriptions (Grid View) - Hide the Shorts section
! YT Menu - Hide the Shorts button
www.youtube.com###guide [title="Shorts"], .ytd-mini-guide-entry-renderer[title="Shorts"]
! YT Search - Hide Shorts
! YT Search, Channels, Subscriptions (List View) and Sidebar/Below Player Recommendations - Hide the Shorts sections
www.youtube.com##ytd-reel-shelf-renderer
! YT Channels - Hide the Shorts tab
www.youtube.com##[tab-title="Shorts"]
! YT Subscriptions - Hide Shorts - Grid View
! YT Subscriptions - Hide Shorts - List View
! YT Subscriptions - New Layout - Hide Shorts
! YT Sidebar - Hide Shorts
! YT Mobile - Hide the Shorts Menu button
! YT Mobile - Hide the Shorts sections
m.youtube.com##ytm-rich-section-renderer:has([d^="M17.77,10.32l-1.2"])
! YT Mobile - Hide Shorts in search results
!!! OPTIONAL
! Add to your personal filters and remove ! to activate
! Hide recommendation sidebar
!www.youtube.com##ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope
! source: https://www.reddit.com/r/uBlockOrigin/comments/1bfv50f/what_is_the_difference/
! Video Overlay - annotations
!||www.youtube.com/s/player/*/player_ias.vflset/*/annotations_module.js$script
! Video Overlay - endscreen
!||www.youtube.com/s/player/*/player_ias.vflset/*/endscreen.js^$script