Skip to content

Instantly share code, notes, and snippets.

@sirkro
sirkro / reversewigo-solver-monkey.js
Created February 14, 2022 07:38 — forked from mrummuka/reversewigo-solver-monkey.js
Reversewigo autosolver - Tampermonkey script to automatically solve reverse wherigos on geocaching.com page
// ==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

Keybase proof

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:

@sirkro
sirkro / depuzzlefy.pl
Last active November 4, 2017 11:48 — forked from gray/depuzzlefy.pl
Solves image jigsaw puzzles created by http://flash-gear.com/puzzle/
#!/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;