This file contains 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 Hide Fabric Mods | |
// @version 1.0 | |
// @description Hides fabric mods from CurseForge | |
// @author Vazkii | |
// @match https://www.curseforge.com/minecraft/mc-mods* | |
// ==/UserScript== | |
(function() { | |
'use strict'; |