It is necessary to somehow simulate a click on a specific element on the site https://cs.money/ (in the inventory # div div). The problem is that when you try to "click" on something in the console, it writes "hidden" and the click does not work. Tried to do so:
$('#inventory_bot div')[0].click()
The problem seems to be not in jQuery, nothing changes on pure JS