main.user.js aktualisiert
This commit is contained in:
parent
0386edceed
commit
e8c4c878de
1 changed files with 12 additions and 0 deletions
12
main.user.js
12
main.user.js
|
@ -0,0 +1,12 @@
|
|||
// ==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==
|
Loading…
Reference in a new issue