Last active
April 10, 2024 04:58
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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