Skip to content

Instantly share code, notes, and snippets.

@christianp
Last active August 29, 2015 13:57
Show Gist options
  • Save christianp/9736203 to your computer and use it in GitHub Desktop.
Save christianp/9736203 to your computer and use it in GitHub Desktop.
ness-upload-marks.user.js
// ==UserScript==
// @name NESS upload marks bongo
// @namespace http://www.staff.ncl.ac.uk/christian.perfect
// @version 0.1
// @description Set the fields in the NESS upload marks screen.
// @match https://ness.ncl.ac.uk/auth/marks/upload.php*
// @copyright 2014, Christian Perfect
// ==/UserScript==
document.querySelector('#ngl4').value=1;
document.querySelector('#ngl5').value=7;
document.querySelector('#ngl3').checked=true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment