Skip to content

Instantly share code, notes, and snippets.

View Illgot's full-sized avatar
♦️
A Hologram Deployed By The Government @github spare me I’m not a bot!!

John James Illgot

♦️
A Hologram Deployed By The Government @github spare me I’m not a bot!!
View GitHub Profile
@Illgot
Illgot / proton
Created November 4, 2025 08:03 — forked from shmup/proton
easily run an .exe with proton on linux
#!/usr/bin/env bash
# This script launches a Windows executable using Proton within a Linux environment.
# It requires exactly one argument: the path to the executable to run.
# It sets up a separate Proton prefix for each executable to avoid conflicts.
# Usage: proton <path-to-executable>
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <executable-path>"
exit 1

Activate Windows 10 and 11 Pro for free

A guide how to activate Windows 10 and 11 Pro for free!

NOTE

If you see the Windows keyboard button ; and you can't find it, you likely have/had Windows 10 which has the button . If you can't find that one, you likely have a PC that has been upgraded to Windows 10/11 from Windows 8.1/8/7/XP and other ones. If you have one of those, refer the Windows key button to as yours. A list of them is below:

Windows key buttons

- Windows 11

- Windows 10

- Windows 8.1 and 8

@Illgot
Illgot / node-and-npm-in-30-seconds.sh
Created October 23, 2025 07:56 — forked from isaacs/node-and-npm-in-30-seconds.sh
Use one of these techniques to install node and npm without having to sudo. Discussed in more detail at http://joyeur.com/2010/12/10/installing-node-and-npm/ Note: npm >=0.3 is *safer* when using sudo.
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
@Illgot
Illgot / table-2.md
Created September 19, 2025 04:37 — forked from will-edward-moore/table-2.md
Markdown table: table-2
Metric What It Measures Good Benchmark
Conversion Rate Percentage of viewers who subscribe 2%+
Display Rate How often pop-up is shown to visitors 40-60%
Email Deliverability Successful email delivery rate 95%+
Welcome Email Open Rate Engagement with first email 50%+
Subscriber-to-Customer Rate Conversion to paying customers 15-25%
// ==UserScript==
// @name Auto Check-In to Southwest Flights
// @namespace http://www.ryanizzo.com/southwest-auto-check-in/
// @version 1.8
// @author Nicholas Buroojy (http://userscripts.org/users/83813)
// @contributor Ryan Izzo (http://www.ryanizzo.com)
// @contributor JR Hehnly (http://www.okstorms.com @stormchasing)
// @contributor Trevor McClellan (github.com/trevormcclellan)
// @description Automatically check in to Southwest Airline flights at the appropriate time.
// @include https://www.southwest.com/air/check-in/index.html*
@Illgot
Illgot / medium.user.js
Created March 9, 2025 07:09 — forked from mathix420/medium.user.js
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 2.4
// @inject-into content
@Illgot
Illgot / bypass.fontawesome.user.js
Created March 9, 2025 07:09 — forked from nexpid/bypass.fontawesome.user.js
Bypass Font Awesome Pro.user.js
// ==UserScript==
// @name Bypass Font Awesome Pro
// @namespace https://gist.github.com/nexpid/fc93225e03903907fbcaffcc8877ea9b/edit
// @updateURL https://gist.github.com/nexpid/fc93225e03903907fbcaffcc8877ea9b/raw/bypass.fontawesome.user.js
// @description Bypasses Font Awesome's Pro paywall, because it sucks.
// @author nexpid
// @icon https://fontawesome.com/favicon.ico
// @match *://fontawesome.com/*
// @run-at document-start
// @version 1.2.4
// ==UserScript==
// @name Spotify ad skipper
// @version 1.0
// @namespace http://tampermonkey.net/
// @description Detects and skips ads on spotify
// @match https://*.spotify.com/*
// @grant none
// @run-at document-start
// @downloadURL https://gist.githubusercontent.com/Simonwep/24f8cdcd6d32d86e929004013bd660ae/raw
// @updateURL https://gist.githubusercontent.com/Simonwep/24f8cdcd6d32d86e929004013bd660ae/raw