Skip to content

Instantly share code, notes, and snippets.

@xtoddx
Last active June 2, 2023 00:37
Show Gist options
  • Save xtoddx/b36787bc01546ec16cc459075a76114f to your computer and use it in GitHub Desktop.
Save xtoddx/b36787bc01546ec16cc459075a76114f to your computer and use it in GitHub Desktop.
Adblock Plus filters for cleaning subscriptions page
# Unsubscribe from Shorts
# works as of 09 Mar 2023, YMMV
# youtube.com#?#ytd-grid-video-renderer:-abp-has(div#dismissible > ytd-thumbnail > a[href*="/shorts/"])
# works as of 01 Jun 2023, doesn't re-flow the remaining videos
youtube.com#?#ytd-rich-item-renderer:-abp-has(div#dismissible > ytd-thumbnail > a[href*="/shorts/"])
# Don't show upcoming streams
# works as of 27 Mar 2023, YMMV
# youtube.com#?#ytd-grid-video-renderer:-abp-contains(Notify me)
# works as of 01 Jun 2023, doesn't re-flow the remaining videos
youtube.com#?#ytd-rich-item-renderer:-abp-contains(Notify me)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment