Select Git revision
install.forced.php.install
-
Laurent Destailleur authored
New: Add option force_install_noedit into installer (file force.install.php) to block fields provided by installer (user must have no suche with wizards).
Laurent Destailleur authoredNew: Add option force_install_noedit into installer (file force.install.php) to block fields provided by installer (user must have no suche with wizards).
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";
//
})();