Auto Steam Age Verifier

Lets you set your age so you can skip the Steam Age Verification page.

当前为 2014-06-22 提交的版本,查看 最新版本

作者
Vas
评分
0 0 0
版本
1.3
创建于
2014-06-22
更新于
2014-06-22
大小
931 字节
许可证
CC-BY-NC
适用于

I wanted a more advanced user script that didn't just randomly set your age to somewhere around 1950s. This one sets your month to June, day to 22, and year to 1980. But you can easily change it by opening the script up and changing the 3 values I marked for you.

//Month var m = 6; //Day var d = 22; //Year var y = 1980;

Simply change month to the number month, 12 being December, 1 being January. Day to anything in that month. Year, anything that the site allows, currently between 1900 and 2014.

Be warned, fake values or invalid values may cause the script to fail. This should make age check pages almost unnoticable, as they will blink by. This will also not work in steam browser, as you can't install scripts there. This has been tested in firefox and chrome.