Last active
August 30, 2024 14:34
-
-
Save waynezhang/bf423820b2a918f71c7be7c028634de3 to your computer and use it in GitHub Desktop.
Userscript to load Following feed by default in threads.net
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
// ==UserScript== | |
// @name Threads | |
// @description Userscript to load Following feed by default in threads.net | |
// @match https://www.threads.net/* | |
// ==/UserScript== | |
sessionStorage.setItem("feed_variant", "FOLLOWING"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment