Update grab.js
This commit is contained in:
parent
c4f48cab53
commit
53586c544e
2 changed files with 5 additions and 1 deletions
|
@ -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>");
|
1
grab.js
1
grab.js
|
@ -0,0 +1 @@
|
|||
console.log("[ Loaded grab.js ]")
|
Loading…
Reference in a new issue