Steam auto agree for sales

Automatically checks the agree to SSA agreement when selling an item on Steam

// ==UserScript==
// @name         Steam auto agree for sales
// @version      0.1
// @namespace    https://gf.qytechs.cn/users/90009
// @description  Automatically checks the agree to SSA agreement when selling an item on Steam
// @author       SynTax
// @match        http://steamcommunity.com/id/*
// @include      https://steamcommunity.com/id/*
// @grant        none
// ==/UserScript==

try{
    var agree = document.getElementById("market_sell_dialog_accept_ssa");
    agree.checked = true;
}catch(e){
    console.log(e);
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址