您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Advanced Steam Discovery Queue wishlisting: Trading Card/DLC/Owned options, Age Skip, Pause/Resume, Counters, Robustness++
Advanced Steam Discovery Queue wishlisting with powerful filtering, automation, age gate bypass, and enhanced controls.
.user.js
file and paste it into a new Tampermonkey script)./app/...
), to see the script's UI panel.All configuration is done via the checkboxes in the UI Panel or the toggles in the Tampermonkey Menu:
Auto-Start
, Auto-Restart Queue
Require Cards
, Skip Owned
, Skip Non-Games
Settings are saved automatically when changed.
The script is designed to run on:
store.steampowered.com/app/*
)store.steampowered.com/explore*
)store.steampowered.com/curator/*
) (for navigating through lists that might contain queue items)steamcommunity.com/*
) (primarily for the age gate bypass functionality)This script requires the following Tampermonkey permissions (@grant
directives):
GM_addStyle
: To inject CSS for the UI panel.GM_registerMenuCommand
: To add controls to the Tampermonkey menu.GM_setValue
: To save your settings.GM_getValue
: To load your settings.GM_xmlhttpRequest
: To check for script updates.Note: This script interacts with the Steam website programmatically. While designed to mimic user actions, use it responsibly. It is not affiliated with or endorsed by Valve or Steam. Use at your own risk. Changes to the Steam website may break script functionality.