From fadbc6a2368aba85ce5864f52fed1b419d5a68ba Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 1 May 2024 15:12:39 -0400 Subject: [PATCH] add download URL --- tdx-enhanced.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index d38d606..8ce6acd 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -6,6 +6,7 @@ // @author Purdue IT - it@purdue.edu // @match https://service.purdue.edu/TDNext/* // @require https://momentjs.com/downloads/moment.min.js +// @downloadURL https://github.itap.purdue.edu/ECN/tdx-userscript/blob/main/tdx-enhanced.js // @grant GM.addStyle // @run-at document-end // ==/UserScript==