.js/fogbugz.com.js

Sun, 26 Feb 2017 00:34:25 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 26 Feb 2017 00:34:25 -0500
changeset 526
fb818e5aec45
parent 374
366c04327ad7
permissions
-rw-r--r--

Fine-tune more

// ==UserScript==
// @name         FogBugz Helper
// @namespace    http://ziprecruiter.github.io/
// @version      0.1
// @description  Various alterations to FogBugz's UI
// @author       ZipRecruiter
// @match        https://*.fogbugz.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

javascript:(function(){url='//ziprecruiter.github.io/greasemonkey/fogbugz-helper/fogbugz-helper.js';document.head.appendChild(document.createElement('script')).src=url+'?'+new Date().getTime();})();

mercurial