1
1
Fork 0
CCNA_Autofill_Userscript/main.user.js

12 lines
364 B
JavaScript
Raw Normal View History

2024-05-23 14:02:37 +00:00
// ==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==