NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Show Clicker // @namespace http://tampermonkey.net/ // @version 0.1 // @description Clicks 'show' on Imperial's e service // @author Jakub Dranczewski // @match https://wwwe.imperial.ac.uk/OA_HTML/OA.jsp?page=/oracle/apps/igs/assessment/webui/ViewAcadHist* // @require http://code.jquery.com/jquery-1.12.4.min.js // @grant none // @copyright 2018, jdranczewski (https://openuserjs.org/users/jdranczewski) // @license MIT // ==/UserScript== (function() { 'use strict'; // Your code here... $(".xd").click() })();