Skip to content

Instantly share code, notes, and snippets.

@comp500
comp500 / cfqol.user.js
Last active August 26, 2019 14:06
Curseforge Quality of Life Fixes, NOW MOVED TO: https://github.com/comp500/Curseforge-Userscripts
// ==UserScript==
// @name Curseforge QOL Fixes
// @version 0.5
// @description Fix Minecraft default tab to search mods, fix browse button to go to /minecraft/mc-mods, add search box in the navbar, add All Files tab
// @author comp500
// @namespace https://infra.link/
// @match https://www.curseforge.com/*
// @updateURL https://github.com/comp500/Curseforge-Userscripts/raw/master/cfqol.user.js
// @downloadURL https://github.com/comp500/Curseforge-Userscripts/raw/master/cfqol.user.js
// @grant none
// ==UserScript==
// @name No More MCreator Mods
// @version 0.6
// @description you weren't gonna use them anyway
// @author comp500
// @namespace https://infra.link/
// @match https://www.curseforge.com/minecraft/*
// @connect addons-ecs.forgesvc.net
// @connect edge.forgecdn.net
// @connect media.forgecdn.net
@comp500
comp500 / EyeCareModeFix.reg
Created August 25, 2019 01:07
Fix Lenovo EyeCareMode context menu option
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\EyeCareMode]
"LegacyDisable"=""
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.Scanner;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@comp500
comp500 / donttrythis.java
Created January 27, 2020 16:28
Cursed classloader magic (why load fabric from java when you can load fabric from fabric???)
package link.infra.borderlessmining;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint;
import net.fabricmc.loader.discovery.ModResolver;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.Field;
@comp500
comp500 / aha.js
Created February 19, 2020 04:22
how 2 break discord
// literally just throwing this code here because I need to sleep
(() => {
let handler = {
get: function(target, name) {
console.log("getName " + name);
return target[name];
}
};
@comp500
comp500 / big_list_of_modpack_things.md
Last active February 19, 2025 18:30
Big List of Modpack Things

Big List of Modpack Things

Also see the Modrinth Awesome list, and a (probably somewhat outdated) list of curse modpack downloaders at https://gist.github.com/jikuja/f44533a16ad04624c3eb8e99e7a3e494/

This list is a bit outdated in places, but I'm still adding things here so that I don't forget them.

Distribution platforms

Name Type Number of mods/packs Popularity (Similarweb rank) Official launcher Third-party support Open Source backend Author rewards
CurseForge Public 31,000 mods; 38,000 modpacks #1410 Yes Many No Yes
Modrinth Public 2000 mods #79,182 In development ATLauncher, packwiz, pacmc, modweaver Yes Planned
@comp500
comp500 / yeet.user.js
Last active May 19, 2020 21:44
Curseforge ASPX error yeeter
// ==UserScript==
// @name Curseforge ASPX error yeeter
// @version 0.1
// @description Literally never seen this before but here you go
// @author comp500
// @namespace https://infra.link/
// @match https://www.curseforge.com/error*
// @homepageURL https://github.com/comp500/Curseforge-Userscripts/
// @supportURL https://github.com/comp500/Curseforge-Userscripts/issues/
// @source https://github.com/comp500/Curseforge-Userscripts/hahayes
@comp500
comp500 / jumploader.json
Last active September 12, 2020 14:55
1.15 -> 1.16.1 jumploader JSON (outdated, Jumploader 2.0+ has custom game versions built in!)
{
"downloadRequiredFiles": true,
"forceFallbackStorage": false,
"overrideInferredSide": false,
"disableUI": false,
"launch": {
"mainClass": "net.fabricmc.loader.launch.knot.KnotClient"
},
"jars": {
"minecraft": [
@comp500
comp500 / fabricserversidemods.md
Last active September 3, 2024 03:23
Useful Fabric server side mods