Skip to content

Instantly share code, notes, and snippets.

View alixti's full-sized avatar
🎯
Focusing

Diego alixti

🎯
Focusing
View GitHub Profile
@alixti
alixti / Steamstatic_Market_Error_Fix.user.js
Last active March 10, 2026 12:28
Fixes Steam "Buy remaining cards on the Market" and "Sell these cards on the Market" Error screen
// ==UserScript==
// @name Steamstatic Market Error Fix
// @namespace Violentmonkey Scripts
// @match https://community.fastly.steamstatic.com/market/multibuy*
// @match https://community.fastly.steamstatic.com/market/multisell*
// @grant none
// @version 1.0
// @author Alixti
// @description Fixes Steam "Buy remaining cards on the Market" and "Sell these cards on the Market" Error screen
// @run-at document-start