.js/fogbugz.com.js

Sat, 11 Feb 2017 16:59:48 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 11 Feb 2017 16:59:48 -0500
changeset 512
da2cf0c3d734
parent 374
366c04327ad7
permissions
-rw-r--r--

bash unnecessary

// ==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