Skip to content

Commit

Permalink
Update tdx-enhanced.js
Browse files Browse the repository at this point in the history
Change beta branch update/download URL and bump version
  • Loading branch information
ejunga authored Jul 22, 2025
1 parent 3ffa664 commit d69020e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace purdue-it
// @version 2025-07-21-01
// @version 2025-07-22-01
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDWorkManagement*
Expand All @@ -12,8 +12,8 @@
// @match https://purdue.teamdynamixpreview.com/TDNext*
// @require https://momentjs.com/downloads/moment.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/tinycolor/1.6.0/tinycolor.min.js
// @downloadURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/main/tdx-enhanced.js
// @updateURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/main/tdx-enhanced.js
// @downloadURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/refs/heads/beta/tdx-enhanced.js
// @updateURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/refs/heads/beta/tdx-enhanced.js
// @grant GM_getResourceText
// @grant GM_addStyle
// @run-at document-end
Expand Down Expand Up @@ -3914,4 +3914,4 @@ div.select2-container-multi .select2-choices .select2-search-choice>.select2-sea
setCssFilters()
parseOtherElements()

})();
})();

0 comments on commit d69020e

Please sign in to comment.