This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Made by https://github.com/hexxone */ | |
/* gradient default */ | |
/* :root { | |
--accent1-light: #a95bc2; | |
--accent1-dark: #3f2348; | |
--accent1-light-opacity1: rgba(169, 91, 194, .4); | |
--accent2-light: #00a4db; | |
--accent2-dark: #003d52 | |
} */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto-Toggle GitLab Pipeline Dependencies | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Automatically toggle the "Show dependencies" button on Gitlab Pipeline pages | |
// @author hexx.one | |
// @match https://gitlab.yourserver.com/*/pipelines/* | |
// @grant none | |
// ==/UserScript== |