From 3533929088722b556bb0afd399eb452718654c84 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 1 May 2024 15:18:36 -0400 Subject: [PATCH] download link test --- tdx-enhanced.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index e9101df..95d3322 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -6,7 +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 +// @downloadURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/main/tdx-enhanced.js // @grant GM.addStyle // @run-at document-end // ==/UserScript== @@ -301,7 +301,7 @@ function changeTitle() { let title = document.querySelector(".organization-link a") if (title) { - title.innerText = "Purdue University - STEM IT" + title.innerText = "Purdue University - STEM IT v1" } }