Skip to content

Instantly share code, notes, and snippets.

View ApoorvSaxena's full-sized avatar

Apoorv Saxena ApoorvSaxena

View GitHub Profile
@ApoorvSaxena
ApoorvSaxena / index.user.js
Last active May 7, 2016 22:15 — forked from kunxi/index.user.js
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 https://regexcrossword.com/playerpuzzles/*
// @match https://regexcrossword.com/challenges/*
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js