Skip to content

Instantly share code, notes, and snippets.

@mlnrDev
Last active December 15, 2023 19:32
Show Gist options
  • Save mlnrDev/2dd25f55ec7785b8a94545a8ff6402cf to your computer and use it in GitHub Desktop.
Save mlnrDev/2dd25f55ec7785b8a94545a8ff6402cf to your computer and use it in GitHub Desktop.
Twitch annoyances (uBlock Origin)
[uBlock Origin]
! Title: Twitch annoyances
! Homepage: https://gist.github.com/mlnrDev/2dd25f55ec7785b8a94545a8ff6402cf
! Expires: 3 days
! mature content warning
twitch.tv###channel-player-disclosures
! prime button
twitch.tv##.top-nav__prime
! bits
twitch.tv##div[class^="Layout-sc-"]:matches-css(align-self: center):has(button[data-a-target="bits-button"]):remove()
twitch.tv##div[class^="Layout-sc-"]:matches-css(align-self: center):has(button[data-a-target="top-nav-get-bits-button"]):remove()
! turbo, will only work for English locales
twitch.tv##div[class^="Layout-sc-"]:matches-css(align-self: center):has-text("Get Ad-Free"):remove()
! new item labels, will only work for English locales
twitch.tv##div[aria-label="New Item"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment