Skip to content

Instantly share code, notes, and snippets.

@foxlet
Last active April 13, 2024 20:50
Show Gist options
  • Save foxlet/0cf5e3d4803417126b65b7ae48b4dea9 to your computer and use it in GitHub Desktop.
Save foxlet/0cf5e3d4803417126b65b7ae48b4dea9 to your computer and use it in GitHub Desktop.
Disable timeline blur on Twitter (based on @furfnsfw's userstyle)
# 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;)
@foxlet
Copy link
Author

foxlet commented Apr 10, 2024

Disable Twitter Content Blur (tutorial)

You can get rid of the pesky content warning using an adblocker!

Note! The following tutorial is only for the web version of Twitter, on either Firefox or Chrome

  1. Install uBlock Origin (if you already have it, skip to step 2)

Firefox: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Chrome: https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm

  1. Open the uBlock dashboard, and go to the My Filters tab
    twitter-filter-tut

  2. Paste the following filters into the list, then click Apply changes

# 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;)  
  1. Refresh Twitter, you're done!

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