No description
Find a file
2019-10-11 11:25:25 +02:00
frame.js Stack simplification removing, more precise HasImage checking, Question getting small fix 2019-10-08 11:09:23 +02:00
license Changed maintainer name 2019-09-27 10:26:04 +02:00
main.js Question simplifying fix 2019-10-09 17:10:07 +02:00
README.md Changed maintainer name 2019-09-27 10:26:04 +02:00
stable.user.js Renamed stable.js 2019-10-11 11:25:25 +02:00

Moodle/Elearning/KMOOC test helper tampermonkey script

This userscript shows help during solving Moodle/Elearning/KMOOC tests online.

Greasyfork link Navigate to here, if you want to install the script! Server repository link

If you want to install from here then: Open a blank text file Paste everything from frame.js Paste main.js between '(function() {' and '})();' Search for 'function Main', and type Main(); right before it

You could also add '// (AT)require file:///main.js' to frame.js, and simply call 'Main();' there.