Skip to content

Instantly share code, notes, and snippets.

@danielhamelberg
danielhamelberg / OctopusHelpers.js
Created April 9, 2021 18:34 — forked from dalpert-korewireless/OctopusHelpers.js
Tampermonkey script to add UI helpers for Octopus Deploy
// ==UserScript==
// @name Octopus Helpers
// @namespace http://blog.spinthemoose.com/
// @version 0.2
// @description Adds some useful capabilities to the Octopus Deploy UI.
// @author David Alpert
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @match http://172.30.100.100/app*
// @grant none