Greasy Fork is available in English.

Steam 自动通过年龄检查

2020/8/19 上午10:03:09

// ==UserScript==
// @name        Steam 自动通过年龄检查
// @namespace   tea.pm
// @match       https://store.steampowered.com/agecheck/app/*
// @require     https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
// @grant       none
// @version     1.0
// @author      cljnnn
// @description 2020/8/19 上午10:03:09
// ==/UserScript==

$("#ageDay").val("1");
$("#ageMonth").val("January");
$("#ageYear").val("2000");
$("div.agegate_text_container a:first").click();