mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
commenting out stuff
This commit is contained in:
parent
622dc1db31
commit
86d279a670
1 changed files with 8 additions and 8 deletions
16
main.js
16
main.js
|
@ -24,14 +24,14 @@
|
||||||
// REMOVE THIS, only to disable ESLINT errors
|
// REMOVE THIS, only to disable ESLINT errors
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
const GM_getValue = 0
|
// const GM_getValue = 0
|
||||||
const GM_info = 0
|
// const GM_info = 0
|
||||||
const GM_setValue = 0
|
// const GM_setValue = 0
|
||||||
const GM_xmlhttpRequest = 0
|
// const GM_xmlhttpRequest = 0
|
||||||
const GM_openInTab = 0
|
// const GM_openInTab = 0
|
||||||
const GM_getResourceText = 0
|
// const GM_getResourceText = 0
|
||||||
Main()
|
// Main()
|
||||||
const location = 0
|
// const location = 0
|
||||||
/* eslint-enable */
|
/* eslint-enable */
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue