Skip to content

Instantly share code, notes, and snippets.

@kunxi
kunxi / index.user.js
Last active May 7, 2016 22:14
Regex Crossword Debugger
// ==UserScript==
// @name Regex Crossword Debugger
// @namespace http://www.kunxi.org/
// @version 0.1
// @description Check the answers and mark the mismatched regex.
// @author Kun Xi
// @match http://regexcrossword.com/playerpuzzles/*
// @match http://regexcrossword.com/challenges/*
// @require //cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js