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.