From 67a435c6d54dc790f65bbd460cf4cd49d71fc3f3 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 7 Sep 2021 21:51:12 -0400 Subject: [PATCH] [+] ucheck: Create tampermonkey header --- UCheckCompleter.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/UCheckCompleter.js b/UCheckCompleter.js index b790ccc..21c1403 100644 --- a/UCheckCompleter.js +++ b/UCheckCompleter.js @@ -1,4 +1,13 @@ -// This is to complete ucheck.utoronto.ca +// ==UserScript== +// @name UCheck Completer +// @namespace http://tampermonkey.net/ +// @version 0.1 +// @description Automatically complete ucheck.utoronto.ca +// @author UTSG Computer Science Department +// @include https://ucheck.utoronto.ca/* +// @icon https://www.google.com/s2/favicons?domain=utoronto.ca +// @grant none +// ==/UserScript== // Load JQuery function loadJS(url) @@ -59,7 +68,3 @@ if (window.location.hostname === 'ucheck.utoronto.ca') report() } } - - - -