Skip to content

Commit

Permalink
update test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 1, 2024
1 parent 3533929 commit 86c12e0
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
@@ -1,7 +1,7 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace ecn
// @version 2024-05-01-02
// @version 2024-05-01-03
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue IT - it@purdue.edu
// @match https://service.purdue.edu/TDNext/*
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 v1"
title.innerText = "Purdue University - STEM IT v3"
}
}

Expand Down

0 comments on commit 86c12e0

Please sign in to comment.