Skip to content

Instantly share code, notes, and snippets.

@oldsj
Last active January 25, 2021 19:01
Show Gist options
  • Save oldsj/7c57d36868e58814f6cf2b0a9cde5654 to your computer and use it in GitHub Desktop.
Save oldsj/7c57d36868e58814f6cf2b0a9cde5654 to your computer and use it in GitHub Desktop.
Grading Environment Bookmarklet
//bookmarklet-title:OpenGradingEnvironment
javascript:(function(){var homeworkURL = document.querySelector("body > div > main > div:nth-child(2) > div > div.ui.stackable.divided.two.column.grid > div > a").href;window.open("https://grading-environment.adhoc.pizza/new?homeworkURL="+encodeURIComponent(homeworkURL),'_blank')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment