Skip to content

Instantly share code, notes, and snippets.

@mchangrh
Last active August 3, 2023 07:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchangrh/a51e72bb36a492bfda37a6a9fa537f22 to your computer and use it in GitHub Desktop.
Save mchangrh/a51e72bb36a492bfda37a6a9fa537f22 to your computer and use it in GitHub Desktop.
yt-neuter uBo list
[uBlock Origin]
! Title: YouTube Neuter
! Last modified: 2022/06/27
! Expires: 10 days
! Homepage: https://github.com/mchangrh/yt-neuter
! Licence: Unlicense
! Redirect https://raw.githubusercontent.com/mchangrh/yt-neuter/main/yt-neuter.txt
!
## global
! voice search button
youtube.com###voice-search-button
! blocks external links in description
||youtube.com/redirect?event=video_description^$document
## homepage
! community posts
youtube.com##.ytd-rich-section-renderer
! mixes
youtube.com##ytd-rich-item-renderer:has(yt-formatted-string:has-text(/^Mix/))
## in-video overlay / player
! fast forward icons
youtube.com##.ytp-doubletap-ui-legacy
! autoplay
youtube.com##button.ytp-button[data-tooltip-target-id=ytp-autonav-toggle-button]
! info card
youtube.com##.ytp-cards-button-icon
! annotations
youtube.com##.ytp-ce-element
## interaction row
! join button
youtube.com###sponsor-button
! download button
youtube.com##ytd-download-button-renderer
! clip button
youtube.com##ytd-button-renderer:has(a:has(> yt-formatted-string:has-text(Clip)))
! share
youtube.com##ytd-button-renderer:has(a:has(> yt-formatted-string:has-text(Share)))
## profile row
! subscribe
youtube.com###subscribe-button
! thanks button
youtube.com##ytd-button-renderer:has(>a:has(> yt-formatted-string:has-text(Thanks)))
## video description
! fundraiser tag
youtube.com##ytd-badge-supported-renderer
! Buy Product Badge
youtube.com##.ytp-suggested-action-badge
## under description metadata box
! Ticket shelf
youtube.com###ticket-shelf
! clarify / covid-19 box
youtube.com###clarify-box
! topic (kids/gaming)
youtube.com##.ytd-rich-metadata-row-renderer[component-style=RICH_METADATA_RENDERER_STYLE_TOPIC]
! box art (game being played)
www.youtube.com##.ytd-rich-metadata-row-renderer[component-style=RICH_METADATA_RENDERER_STYLE_BOX_ART]
## comments
! channel member comment badge
youtube.com##span#sponsor-comment-badge
! paid (thanks) comment badge
youtube.com###paid-comment-chip
! paid (thanks) comment highlight
youtube.com##ytd-comment-renderer#comment:style(--ytd-comment-paid-background-color: transparent !important;)
## sidebar
! chat
youtube.com###chat
! fundraiser
youtube.com###donation-shelf
## recommendations sidebar
! recommendations categories
youtube.com##.yt-related-chip-cloud-renderer
! mixes
youtube.com##.ytd-compact-radio-renderer
! movie Suggestions
youtube.com##ytd-compact-movie-renderer
! yt music
youtube.com##ytd-compact-playlist-renderer .ytd-channel-name:has-text(/^YouTube/):upward(ytd-compact-playlist-renderer)
! new/ fundraiser badges
youtube.com##.badge:has(span:has-text(Fundraiser))
youtube.com##.badge:has(span:has-text(New))
## channel page
! recognized channel member
youtube.com##.ytd-recognition-shelf-renderer
! channel banner
youtube.com##.banner-visible-area
! channel store tab
youtube.com##tp-yt-paper-tab:has(> .tab-content:has-text(Store))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment