Skip to content

Instantly share code, notes, and snippets.

@eNV25
eNV25 / tasks.txt
Created March 1, 2021 10:42
Google Tasks URL
https://tasks.google.com/embed/?origin=https://calendar.google.com
@eNV25
eNV25 / wpa-psk.diff
Created February 6, 2021 14:31
adds CTRL-C handler and error messages to stderr
diff --git a/wpa-psk.py b/wpa-psk.py
index 0881ae3..9089caf 100644
--- a/wpa-psk.py
+++ b/wpa-psk.py
@@ -4,6 +4,12 @@ import sys
from argparse import ArgumentParser
from getpass import getpass
from hashlib import pbkdf2_hmac
+from signal import signal, SIGINT
+
@eNV25
eNV25 / memeinsider-dl.txt
Last active January 26, 2021 08:25
memeinsider-dl
javascript:window.location.replace("https://memeinsider.com/page-data"+window.location.pathname+"/page-data.json");
or
cdn location may change in the future so use json method first
javascript:window.location.replace(window.location.href.replace("https://","https://s3.amazonaws.com/cdn.")+".pdf")