Skip to content

Instantly share code, notes, and snippets.

@jamesl1001
Last active November 23, 2023 00:53
Show Gist options
  • Save jamesl1001/8a69fd0b041c01fad6b4c41eb46562e9 to your computer and use it in GitHub Desktop.
Save jamesl1001/8a69fd0b041c01fad6b4c41eb46562e9 to your computer and use it in GitHub Desktop.
uBlock filter to hide Youtube clip, download and thanks buttons to ensure Save button isn't hidden under More (...) menu

uBlock > Dashboard > My filters

www.youtube.com###flexible-item-buttons > *:has([aria-label="Clip"])
www.youtube.com###flexible-item-buttons > *:has([aria-label="Download"])
www.youtube.com###flexible-item-buttons > *:has([aria-label="Thanks"])

Note: YouTube UI becomes very slow over time when uBlock is enabled.

@mmuh
Copy link

mmuh commented Mar 20, 2023

Thanks, exactly what i needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment