Skip to content

Instantly share code, notes, and snippets.

View liach's full-sized avatar

Chen Liang liach

  • Oracle
  • ATX
  • 15:23 (UTC -05:00)
View GitHub Profile
@liach
liach / hideforge.js
Last active November 8, 2019 09:44 — forked from Vazkii/hidefabric.js
Userscript to hide forge mods (use with Tampermonkey or any other userscript plugin)
// ==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';