Skip to content

Instantly share code, notes, and snippets.

View adueppen's full-sized avatar

Alex Dueppen adueppen

View GitHub Profile
@luavixen
luavixen / fandom.ublock
Created February 7, 2022 15:33
uBlock Origin rules that make Fandom (fandom.com) feel more like a normal wiki site.
fandom.com##.global-navigation
fandom.com##.main-container:style(margin: 0 !important; width: 100% !important)
fandom.com##.fandom-sticky-header:style(left: 0 !important)
fandom.com##.top-ads-container
fandom.com##.bottom-ads-container
fandom.com##.page__right-rail
fandom.com###mixed-content-footer
fandom.com##.notifications-placeholder
fandom.com###WikiaBar
fandom.com##.wds-global-footer__bottom-bar
@ryancdotorg
ryancdotorg / frag32.py
Created August 20, 2015 16:27
A FAT32 fragmenter, because I am a horrible person.
#!/usr/bin/env python
import random
import struct
import sys
# Most of the Fat32 class was cribbed from https://gist.github.com/jonte/4577833
def ppNum(num):
return "%s (%s)" % (hex(num), num)
@coolaj86
coolaj86 / github-pages-https-lets-encrypt.md
Last active November 16, 2021 22:36
Github Pages: Let's Encrypt!