Created
August 17, 2023 18:56
-
-
Save NeraSnow/3c6c847457b3b04c7720ada07290f8f8 to your computer and use it in GitHub Desktop.
Crowdmark Marking Modifications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.getElementsByClassName("grading-toolbar__tool--box")[0].onclick = function() {scrollBy(0, 91)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OptionPos := | |
[ | |
[109, 664], | |
[109, 710], | |
[109, 754], | |
[109, 801] | |
] | |
Core(i) | |
{ | |
Send "d" | |
MouseGetPos &xpos, &ypos | |
MouseClickDrag "left", OptionPos[i][1], OPtionPos[i][2], xpos, ypos | |
Click 1423, 689 | |
Click xpos, ypos, 0 | |
} | |
; ^+1:: | |
1:: | |
{ | |
Core(1) | |
} | |
; ^+2:: | |
2:: | |
{ | |
Core(2) | |
} | |
; ^+3:: | |
3:: | |
{ | |
Core(3) | |
} | |
; ^+4:: | |
4:: | |
{ | |
Core(4) | |
} | |
`:: | |
{ | |
Send "l" | |
} | |
Tab:: | |
{ | |
MouseGetPos &xpos, &ypos | |
Click 46, 394 | |
Click xpos, ypos, 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment