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 nixos.wiki -> wiki.nixos.org | |
// @namespace sportshead.dev | |
// @match https://nixos.wiki/* | |
// @grant none | |
// @version 1.0 | |
// @author sportshead | |
// @description Redirect nixos.wiki URLs to wiki.nixos.org | |
// @updateURL https://gist.github.com/sportshead/6a212d03952f7e5ef27907a5ab90e72c/raw/nixos-wiki.user.js | |
// @downloadURL https://gist.github.com/sportshead/6a212d03952f7e5ef27907a5ab90e72c/raw/nixos-wiki.user.js |
// ==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 |