Created
September 9, 2020 13:19
-
-
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
This file contains 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
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