Skip to content

Instantly share code, notes, and snippets.

@pointfeev
pointfeev / scm.js
Last active September 6, 2023 23:54
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 August 14, 2022 19:17
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