You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it seems like there are now two forms of discovery queues. The old one at the old url still worked the last time I tried it, but the new one requires new logic. Since this issue is about the detection/prompt, support for the new queue form will be tracked in #16.
There is detection code for checking if processing a queue will yield trading cards:
SteamDiscoveryQueueAutoSkipper/SteamDiscoveryQueueAutoSkipper.user.js
Lines 320 to 336 in 2763beb
It checks if getQueueCount returns > 0. getQueueCount tries to find a
subtext
class tag, which doesn't exist anymore:SteamDiscoveryQueueAutoSkipper/SteamDiscoveryQueueAutoSkipper.user.js
Lines 111 to 143 in 2763beb
This seems to be broken as Valve changed the website probably some time throughout this year.
The text was updated successfully, but these errors were encountered: