Skip to content

Instantly share code, notes, and snippets.

View ulfsauer0815's full-sized avatar

Ulf Sauer ulfsauer0815

  • Hamburg, Germany
View GitHub Profile
@ulfsauer0815
ulfsauer0815 / jenkins-pipeline-stage-view-walldisplay-cleanup.js
Created March 16, 2018 15:20
Cleaned up Pipeline Stage View for Wall Display
// ==UserScript==
// @name Jenkins Pipeline Stage View Wall Display Cleanup
// @namespace http://github.com/UlfS
// @version 0.1
// @description Cleaned up Pipeline Stage View for Wall Display
// @author UlfS
// @match https://cdp.epages.works/job/cdp*
// @grant GM_addStyle
// @require https://code.jquery.com/jquery-3.3.1.slim.min.js
// ==/UserScript==
@ulfsauer0815
ulfsauer0815 / github-walldisplay-cleanup.js
Created April 7, 2017 07:43
Remove GitHub clutter for wall display usage
// ==UserScript==
// @name GitHub Pull Request Wall Display Cleanup
// @namespace http://github.com/UlfS
// @version 0.2
// @description Cleaned up view of GitHub Pull Requests for Wall Diplay
// @author UlfS
// @require https://code.jquery.com/jquery-2.1.4.min.js
// @match https://github.com/*pulls*
// include /https?://github.com/([^/]+/[^/]+/)?pulls(&.*)?/
// @grant none
@ulfsauer0815
ulfsauer0815 / github-colorizer.js
Created April 7, 2017 07:41
Colorizing GitHub pull requests by age
// ==UserScript==
// @name GitHub Pull Request Colorizer
// @namespace http://github.com/UlfS
// @version 0.1
// @description Colorizes the pull requests depending on age (green=new, red=older than 10 days)
// @author UlfS
// @match https://github.com/*pulls*
// include /https?://github.com/([^/]+/[^/]+/)?pulls(&.*)?/
// @grant none
// ==/UserScript==