Auto-set sort to "Viewers High->Low" with configurable run policy
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.
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.