NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name STEAM TRADEOFFERS
// @namespace http://tampermonkey.net/
// @match https://steamcommunity.com/tradeoffer/new/*
// @copyright 2021, jasdkasdasdads (https://openuserjs.org/users/jasdkasdasdads)
// @description 1.5к... зачё ёпта?
// @author MORTY LZT
// @grant none
// @version 0.1
// @license MIT
// ==/UserScript==
setInterval(res, 200);
function res() {
if($J('#their_slot_0 > div > div').length && $J('#trade_escrow_header').css('display') == 'none'){
$J('#trade_escrow_header, #trade_escrow_notice_near_button').slideDown();
$J('#trade_escrow_for_them, #trade_escrow_notice_near_button').css('display', 'block');
$J('#trade_escrow_hours, #trade_escrow_hours2').html('15 дн.');
}
}