Skip to content

Instantly share code, notes, and snippets.

@wyfinger
Last active July 13, 2018 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wyfinger/e9550ec386d154f9432fb481332816de to your computer and use it in GitHub Desktop.
Save wyfinger/e9550ec386d154f9432fb481332816de to your computer and use it in GitHub Desktop.
ED Help to Examine
// ==UserScript==
// @name ED Helper
// @version 0.1
// @description ED Help to Examine
// @author Igor Matveev miv@prim.so-ups.ru
// @match ***ED TEST SITE***
// @include ***ED TEST SITE***
// @grant none
// run-at document-end
// ==/UserScript==
(function() {
'use strict';
//debugger;
AllAnswer[20] = "|";
AllAnswer.fill("|");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment