Wed, 31 Aug 2016 16:35:04 -0400
fixes
374 | 1 | // ==UserScript== |
2 | // @name FogBugz Helper | |
3 | // @namespace http://ziprecruiter.github.io/ | |
4 | // @version 0.1 | |
5 | // @description Various alterations to FogBugz's UI | |
6 | // @author ZipRecruiter | |
7 | // @match https://*.fogbugz.com/* | |
8 | // @grant none | |
9 | // @run-at document-start | |
10 | // ==/UserScript== | |
11 | ||
12 | javascript:(function(){url='//ziprecruiter.github.io/greasemonkey/fogbugz-helper/fogbugz-helper.js';document.head.appendChild(document.createElement('script')).src=url+'?'+new Date().getTime();})(); |