Skip to content

Instantly share code, notes, and snippets.

@NeraSnow
Created August 17, 2023 18:56
Show Gist options
  • Save NeraSnow/3c6c847457b3b04c7720ada07290f8f8 to your computer and use it in GitHub Desktop.
Save NeraSnow/3c6c847457b3b04c7720ada07290f8f8 to your computer and use it in GitHub Desktop.
Crowdmark Marking Modifications
document.getElementsByClassName("grading-toolbar__tool--box")[0].onclick = function() {scrollBy(0, 91)}
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