Skip to content

Instantly share code, notes, and snippets.

@waynezhang
Last active January 29, 2024 23:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waynezhang/bf423820b2a918f71c7be7c028634de3 to your computer and use it in GitHub Desktop.
Save waynezhang/bf423820b2a918f71c7be7c028634de3 to your computer and use it in GitHub Desktop.
Userscript to load Following feed by default in threads.net
// ==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