We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
subtext
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:
Maybe Valve changed discovery queue system 2024 winter sale.
Sorry, something went wrong.
discovery queue is now a popup for me
No branches or pull requests
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: