Skip to content

Instantly share code, notes, and snippets.

View insanityseanboy's full-sized avatar

insanity insanityseanboy

View GitHub Profile
@insanityseanboy
insanityseanboy / index.html
Last active October 27, 2023 06:55
Credits
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Scr</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
@insanityseanboy
insanityseanboy / IDontWantToWatchYourFuckingReruns.user.js
Last active March 31, 2020 07:52
I Don't Want To Watch Your Fucking Reruns
// ==UserScript==
// @name I Don't Want To Watch Your Fucking Reruns
// @namespace http://seanlithgow.com/scripts
// @version 0.1
// @description Removes reruns from directories cus why the fuck aren't they filtered out natively you fucking shit cunts
// @author Sean
// @match https://www.twitch.tv/directory/*
// @grant none
// @require jquery-3.4.1.min.js
// @update https://gist.github.com/insanityseanboy/572d8088c8418829bae70ebc7f82d55b/raw/IDontWantToWatchYourFuckingReruns.user.js
@insanityseanboy
insanityseanboy / steam_intersect.py
Created December 21, 2018 09:35
Intersection of steam games
# usage: python .\steam_intersect.py APIKEY 76561198040368682 76561197972726018 76561198082711041
import urllib.request, json
from sys import argv
argv.pop(0)
apikey = argv.pop(0)
# "76561198040368682" me
# "76561197972726018" ed
@insanityseanboy
insanityseanboy / decrapifier.user.js
Last active April 2, 2023 14:58
URL Decrapifier for Google
// ==UserScript==
// @run-at document-start
// @name URL Decrapifier
// @namespace seansmod
// @description Cleans URLs from various popular sites. Also, makes sure the sites are using HTTPS.
// @include /^https?://[a-z]+\.google(\.com?)?\.[a-z]{2,3}/.*$/
// @exclude /&tbm=isch/
// @version 1
// @update https://gist.github.com/insanityseanboy/3457a0b8190bfcd78b7ac98f71bd1f24/raw/decrapifier.user.js
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html