Skip to content

Instantly share code, notes, and snippets.

@ClockwerkKaiser
ClockwerkKaiser / hidefabric.js
Last active August 13, 2021 21:46 — forked from Vazkii/hidefabric.js
Userscript to hide fabric mods (use with Tampermonkey or any other userscript plugin) Fixed for the newer Curse site update.
// ==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';