Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Curation Tools
// @namespace http://tampermonkey.net/
// @version 0.1.1
// @description Extended curation tools
// @match *://store.steampowered.com/curator/*/admin/*
// @match *://store.steampowered.com/app/*
// @grant GM_addStyle
// @icon https://cdn.discordapp.com/avatars/749437490883985499/7c4053deed909ec48be2656da4b12b76.png
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// ==UserScript==
// @name Download Achievement Images
// @namespace http://tampermonkey.net/
// @version 0.1.4
// @description Button to mass download achievement images
// @author lylat
// @match https://steamcommunity.com/stats/*/achievements*
// @icon https://cdn.discordapp.com/avatars/749437490883985499/7c4053deed909ec48be2656da4b12b76.png
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.0/FileSaver.min.js
// ==UserScript==
// @name Extended Steam Guide Tools
// @namespace http://tampermonkey.net/
// @version 0.1.3
// @description Adds extra functionalities to Steam Guides.
// @author lylat
// @match https://steamcommunity.com/sharedfiles/editguidesubsection/?*
// @icon https://cdn.discordapp.com/avatars/749437490883985499/7c4053deed909ec48be2656da4b12b76.png
// @grant none
// ==/UserScript==