This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name sanitizeNexus | |
// @icon https://www.nexusmods.com/favicon.ico | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Removes unwanted trash from nexus mods | |
// @author kannalo | |
// @match https://www.nexusmods.com/* | |
// @grant none | |
// @run-at document-end |