I've written a small userscript that displays a fixed list of queues and their ticket counts, in much the same way the subnav dropdowns work, the difference being my list is always visible and sits in the blank space of the page.
The issue is my custom display, simple as it is, extracts the innerText value of the queue from the dropdown's html, which isn't ideal as it requires me to manually open the dropdown for it to see it. So my question is, where does the ticket count for each queue reside in the scp.js? (or in which script if not that one - I'm very new to Javascript overall) so that I can extract them directly with my userscript? 