Skip to content

Instantly share code, notes, and snippets.

@nelson-liu
Created May 27, 2023 20:16
Show Gist options
  • Save nelson-liu/4032bd185347721209c4dfc5e1ab03fa to your computer and use it in GitHub Desktop.
Save nelson-liu/4032bd185347721209c4dfc5e1ab03fa to your computer and use it in GitHub Desktop.
Filter the Twitter /home to only show tweets with arxiv links.
  1. Download an ad blocker that supports EasyList filtering syntax. I personally use uBlock Origin.

  2. Add the following custom filter to the extension:

twitter.com##[aria-label="Timeline: Your Home Timeline"] article:not(:has-text(/arxiv.org/i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment