Userscript for browsers that automatically sets the Twitch directory sort option to โViewers (High to Low)โ.
Works on /directory, /directory/all, and other Twitch pages with the same sort dropdown.
- Forces sorting by Viewers (High to Low) on Twitch directory pages.
- Works across SPA navigations (React router) and on initial load.
- Works with all languages.
- Two configurable run policies:
- perTab โ applies once per URL within the current tab. If you manually change the sort option, the script wonโt override it again (even after F5).
- perLoad โ applies once per URL on each page load. Refreshing with F5 will re-apply the sort.
- Install Tampermonkey (or another userscript manager).
- Install the script from one of the mirrors:
Open the script in your userscript manager and change the value of:
const RUN_POLICY = 'perTab';perTab โ recommended for users who want to change sorting manually without interference.
perLoad โ recommended for users who always want sorting reset on refresh.

