Currently confirmed working:
- Steam Winter Sale 2023 (December 21 - January 04): auto-skipping discovery queue for a free trading card + auto-claiming free daily stickers ✅
This userscript automates several Steam event-related things.
Primarily (and hence, the name) it auto-advances when it detects that you are viewing a Steam Discovery Queue item.
During the Steam Winter Sale 2023 you get one trading card for going through your queue once a day.
This script makes it easier to stay lazy.
If your browser/setup supports it, it does this is a speedy way. Multiple discovery queues are processed to get the maximum number of cards per day, if supported.
If something goes wrong, it auto-retries and/or tries simulating a normal press on the "Next in Queue"-button.
This should make sure that minor issues are automatically resolved before the script can be manually fixed/adjusted for new events or site updates.
- Age-restricted apps are automatically unlocked (i.e. this script supports automating 18+ confirmations). This feature works outside of the discovery queues, too!
- Finally, free daily stickers are also auto-claimed when they are detected.
The script is optimized for the Steam Winter Sale 2023. Support for some of the functionality, including automation of multiple queues (only one this year), along with other features, might not work with future sales. The script will be updated in such a case.
- Install Violentmonkey or another userscript addon such as Tampermonkey for your browser.
- Open
https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/raw/master/SteamDiscoveryQueueAutoSkipper.user.js
or click here. - Click
Install
.
Feel free to open an issue in case you feel that something is not the way it should be.
Logo kindly provided by krys (krys#4143).
- REFACTOR: Big code rearrangement
- META: Add
@homepageURL
and@supportURL
metadata fields to JS files - ORG: Start using git-flow with a (master/develop) branch layout
- ORG: Add ESLint config
- FIX: Two instances of
return
being used outside of a function (this should make the script a bit more compatible)
- NEW: Add a progress bar to the discovery queue handler.
- FIX: ItemRewards handling is now working again with this year's pages
- FIX: possible login state detection issue, the new method should be a bit more reliable for now
- NEW: remove all "last checked" timestamps when not logged in
- FIX: don't run and don't set the "last checked" timestamps for most features that require you to be logged in when not logged in
- NEW: winter sale 2021: Re-add ItemReward handler, and maybe this time we'll keep it in the script for future use!
- REMOVE: ItemReward handler (page/data is gone from the Steam pages)
- NEW: winter sale 2020: support for auto-claiming stickers (ItemReward)
- NEW: the script now notifies you when you can get cards by browsing the discovery queue