I hereby claim:
- I am sportshead on github.
- I am sportshead (https://keybase.io/sportshead) on keybase.
- I have a public key whose fingerprint is A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0
To claim this, I am signing this object:
// ==UserScript== | |
// @name vuejs.org uwuify | |
// @namespace sportshead.dev | |
// @version 2024-05-08 | |
// @description Redirects vuejs.org homepage links to vuejs.org?uwu | |
// @author sportshead | |
// @match https://vuejs.org/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Github Copy Repo | |
// @namespace sportshead.dev | |
// @version 2024-01-27 | |
// @description Press ⌘+⌃+C to copy the current repo (e.g. `sportshead/dotfiles`) | |
// @author sportshead | |
// @match https://github.com/* | |
// @icon https://github.githubassets.com/favicons/favicon-dark.png | |
// @grant none | |
// @run-at document-start |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# simple script to fetch cloudflare IPs and allow them in UFW | |
# inspired by https://github.com/Paul-Reed/cloudflare-ufw | |
UFW="/usr/sbin/ufw" | |
DIR="$HOME/cf-ufw" | |
rm $DIR/ips.old | |
mv $DIR/ips $DIR/ips.old |