.js/fogbugz.com.js

Fri, 21 Apr 2017 17:37:08 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 21 Apr 2017 17:37:08 -0400
changeset 547
cf5c52416c74
parent 374
366c04327ad7
permissions
-rw-r--r--

add gB, buffer switch

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