Skip to content

Instantly share code, notes, and snippets.

@einstein95
einstein95 / Project_EGG_shit.md
Last active March 17, 2025 04:41
Project EGG

Downloading

User-Agent: c384da2W9f73dz20403d

All files are in the format (P|)XXXYZZZa.bin

"X" is the company code, one of the following:

 'AGL', 'ARS', 'ART', 'ATN', 'BGT', 'BOT', 'BPS', 'CAR', 'COM', 'COS', 'DBS', 'DMB', 'EBS', 'FAL', 'FAM', 'FAS', 'FUG', 'GAR', 'GDA', 'GMD', 'GNX', 'HAM', 'HOK', 'HOT', 'HRZ', 'HUD', 'IMX', 'IPM', 'ISE', 'JLC', 'KNK', 'KNM', 'KSK', 'KUR', 'MCN', 'MEW', 'MIC', 'MIL', 'NCS', 'NIC', 'NTB', 'ONS', 'PHA', 'PON', 'POP', 'QSR', 'RDM', 'RIV', 'ROM', 'SAC', 'SKP', 'SNT', 'SPS', 'SQE', 'STW', 'SYS', 'TAE', 'TEL', 'THR', 'TZG', 'WIN', 'XTA', 'ZOM'
@einstein95
einstein95 / decrapifycoolrom.user.js
Created April 7, 2016 10:14
Decrapify CoolROM.com
// ==UserScript==
// @name Decrapify CoolROM.com
// @description Replaces the malware extension-needing links with the actual download link
// @include http://coolrom.com/roms/*
// @version 1
// @grant none
// ==/UserScript==
// Main code taken from http://stackoverflow.com/a/29722028
var anchors = document.querySelectorAll('a.btn-partner-test')
for(var i=0;i<anchors.length;i++){