12 lines
No EOL
364 B
JavaScript
12 lines
No EOL
364 B
JavaScript
// ==UserScript==
|
|
// @name CCNA Autofill
|
|
// @namespace Violentmonkey Scripts
|
|
// @match *://assessment.netacad.net/*
|
|
// @match *://www.assessment.netacad.net/*
|
|
// @grant GM_setValue
|
|
// @grant GM_getValue
|
|
// @grant GM_xmlhttpRequest
|
|
// @grant GM_log
|
|
// @version 0.0.1
|
|
// @author Dominik Säume
|
|
// ==/UserScript==
|