Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/sh
password=$(echo -n $@ | sha1sum | sed 's/ -$//')
first_five=$(echo -n $password | cut -c 1-5)
all_the_rest=$(echo -n $password | cut -c 6-)
curl -s https://api.pwnedpasswords.com/range/$first_five > /tmp/pwned
retrieve=$(cat /tmp/pwned | grep -i $all_the_rest | cut -d':' -f2)
if [ -n $retrieve ]; then
echo "Password is safe!"
#!/bin/sh
tmux lsb | head -n1 | cut -d":" -f3 | sed "s/^ \"//" | sed "s/\"\n$//" | xclip
@-moz-document domain("reddit.com") {
.side {
opacity: 0 !important; /* set to 1 (instead of 0) to make sure the sidebar is always visible */
position: absolute !important; /* set to 'inline' (instead of 'absolute') to make sure the sidebar is always visible */
width: 0px !important; /* set to 300 (instead of 0) to make sure the sidebar is always visible */
overflow: hidden !important; /* set to visible (instead of 'hidden') to make sure the sidebar is always visible */
display: none !important;
}
#header span.pagename, /* remove page name e.g. 'Gaming' */
/*#sr-header-area, /* bar that contains subreddit links */