Select Git revision
unl_projects.js
-
Alan Nelson authoredAlan Nelson authored
unl_projects.js 628 B
// ==UserScript==
// @name UNL Projects
// @namespace https://git.unl.edu/s-anelso56/tampermonkey-scripts
// @version 0.4
// @description Improvements to projects.unl.edu
// @author Alan Nelson
// @match https://projects.unl.edu/*
// @icon https://projects.unl.edu/assets/system/images/layout/favicon/favicon.png
// @resource css1 https://git.unl.edu/s-anelso56/tampermonkey-scripts/-/raw/main/unl_projects.css
// @grant GM_getResourceText
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(GM_getResourceText("css1"));
(function () {
"use strict";
//
})();