Skip to content

Instantly share code, notes, and snippets.

@michaelBenin
Created September 9, 2020 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelBenin/8b35f6c96f372ff7d2acc270ace3b1e6 to your computer and use it in GitHub Desktop.
Save michaelBenin/8b35f6c96f372ff7d2acc270ace3b1e6 to your computer and use it in GitHub Desktop.
home page is twitters search for people you follow's tweets not garbage
document.querySelectorAll('[href="/home"]').forEach((el) => el.setAttribute('href', '/search?q=filter%3Afollows%20-filter%3Areplies&src=typed_query&f=live'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment