Skip to content

Instantly share code, notes, and snippets.

View hashdashme's full-sized avatar
💥
Doing something.

hashdash hashdashme

💥
Doing something.
View GitHub Profile
@hashdashme
hashdashme / buyordercleaner.user.js
Last active January 30, 2024 07:38
Hides Spell and paint listings in buyorders. Press 'raw' to install
// ==UserScript==
// @name Backpack.tf Buy Order Cleaner
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Does something i guess.
// @author hashdash
// @match https://backpack.tf/*
// @grant none
// ==/UserScript==
@hashdashme
hashdashme / manncothingy.user.js
Last active May 20, 2024 16:03
MannCo thingy script that does math or something
// ==UserScript==
// @name Backpack.tf mannco.store thingy
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Converts to mannco price or something...
// @author hashdash
// @match https://backpack.tf/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// ==UserScript==
// @name Backpack.tf Buy Order Spells Pruner
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Purges spell buy orders or something...
// @author hashdash
// @match https://backpack.tf/*
// @grant none
// ==/UserScript==