I hereby claim:
- I am sirkro on github.
- I am sirkro (https://keybase.io/sirkro) on keybase.
- I have a public key ASCQuc2ehc5KP7Q4frRz2x_huJ_55BrTZfZdScyGuhKV1Ao
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Reversewigo solver ✓🐵 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.12 | |
| // @description Reversewigo solver ✓🐵 - solve reverse wherigo automatically on cache page. Solver code originated from Rick Rickhardson's reverse-wherigo source (public domain). Also, creates show source button for mystery cacahes. | |
| // @author mrummuka@hotmail.com | |
| // @grant GM_registerMenuCommand | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @grant GM_setClipboard |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env perl | |
| use 5.012; | |
| use warnings; | |
| use File::Temp; | |
| use IPC::System::Simple qw(capture system); | |
| use LWP::UserAgent; | |
| use URI; | |
| use URI::QueryParam; | |
| use File::Copy; |