Update grab.js

This commit is contained in:
MarcoVitchiThulin 2023-08-30 09:48:37 +02:00
parent c4f48cab53
commit 53586c544e
2 changed files with 5 additions and 1 deletions

View file

@ -3,4 +3,7 @@ Parses schoolsoft schedules from 'right_student_schedule.jsp' file into readable
CURRENTLY REWRITING ENTIRELY, DONT LOOK AT IT :)
document.createElement('script').src = 'http://example.com/file.js';
document.createElement('script').src = 'https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js';
console.log(file.function('extract'))
document.write("<script src='https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js'></script>");

View file

@ -0,0 +1 @@
console.log("[ Loaded grab.js ]")