Skip to content

Instantly share code, notes, and snippets.

@pointfeev
pointfeev / scm.js
Last active April 16, 2025 13:11
Steam Collection Manager
// ==UserScript==
// @name Steam Collection Manager
// @version 3.1.0
// @description Adds buttons to collections related to the mass removal, addition, and sorting of items.
// @author pointfeev
// @copyright 2021, pointfeev (https://github.com/pointfeev)
// @license MIT
// @match *://*.steamcommunity.com/sharedfiles/filedetails/?id=*
// @match *://*.steamcommunity.com/workshop/filedetails/?id=*
// @match *://*.steamcommunity.com/sharedfiles/managecollection/?id=*
@pointfeev
pointfeev / nem.js
Last active May 8, 2025 07:05
Nexus Endorsement Manager
// ==UserScript==
// @name Nexus Endorsement Manager
// @version 1.1.0
// @description Adds buttons to the "My Nexus account" screen related to the mass endorsement and abstainment from endorsement of mods.
// @author pointfeev
// @copyright 2021, pointfeev (https://github.com/pointfeev)
// @license MIT
// @match *://*.nexusmods.com/users/myaccount*
// @icon https://www.nexusmods.com/favicon.ico
// @grant none