Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name github-style
// @namespace http://springsource.org
// @description Adds manual merge commands to pull requests
// @include https://github.com/*/*
// @include http://github.com/*/*
// @version 1
// @grant none
// ==/UserScript==
@geapi
geapi / bookmarklet.js
Last active April 1, 2016 21:44
Bookmarklet to show only the pipelines on your goCD dashboard/home that you decide to be there
/*
This snippet first unselects all pipelines and then adds the specified ones back.
USAGE:
replace YOUR_PIPELINE_NAME with actual value
in your browser create a bookmark to any URL
edit the bookmark, replacing the URL with snippet build from the below template
voila: when you are on the goCD dashboard; click it and all pipelines except yours should disappear
*/