Skip to content

Commit

Permalink
download link test
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 1, 2024
1 parent e5787b0 commit 3533929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 3533929

Please sign in to comment.