From 7b03c3d2ffa6f4faf8107447171e0b23d49facd9 Mon Sep 17 00:00:00 2001 From: YourFriendlyNeighborhoodDealer Date: Sat, 2 Mar 2019 08:36:47 +0100 Subject: [PATCH] Updated readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5a171a..78e88c5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,22 @@ 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 '// @require file:///main.js' to frame.js, and simply call 'Main();' +there. + - -Greasyfork link Navigate to here, if you want to install the script! -Server repository link