sort the fandoms on your Wrangling Home by their number of unwrangled tags
Lets you sort fandoms on your Wrangling Home Page, so that the fandoms with the most unwrangled tags are at the top.
Works well with various filtering and snoozing scripts, since it keeps the rows' visibility status.
Click the column headers to sort your assigned fandoms by
To return to the initial sorting by the Fandoms' names (A-Z), click the "Fandom" header.
If you want to have your fandoms sorted by the total number of unwrangled tags as soon as the page loads, go to the script code. Towards the top, you'll find this line:
const AUTO_SORT_BY_TOTAL = false;
Change the false to true.
Thanks to @ladyvgrey for the idea to enable automatic sorting.