Lets you set your age so you can skip the Steam Age Verification page.
< 脚本 Auto Steam Age Verifier 的反馈
I tried in firefox and the bugs didn't seem to appear. I edited the script in either case.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
BugFixes, Tampermonkey in Chrome, but think bugs may be problems in greasemonkey as well.
The script did not work for me at first, I had to make the following changes:
- put double or single quotes around False and True, as otherwise they are treated as unassigned variables
- change the "=" assignment operator to "==" comparison operator in the if random line
- add the missing semicolon to the first line after the if random line
Cheers!