Skip to content

Instantly share code, notes, and snippets.

@foxlet
Last active April 10, 2024 04:58
Show Gist options
  • Save foxlet/8c198fdf5d15e7c33277f380ff1ca4c2 to your computer and use it in GitHub Desktop.
Save foxlet/8c198fdf5d15e7c33277f380ff1ca4c2 to your computer and use it in GitHub Desktop.
Remove blur and warnings from Twitter (port of @furfnsfw's userstyle to uBlock filters)
# Remove blur from Twitter (furf's version)
twitter.com##li[id^='verticalGrid'] div *, article > div > div > div > div > div[id] > div > div > div > div > div:style(filter:blur(0px)!important;)
twitter.com##li[id^='verticalGrid'] > div > div > div > div:last-child, article > div > div > div > div > div[id] > div > div > div > div > div + div:has(div[role="button"]):style(display:none!important;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment