.js/fogbugz.com.js

changeset 374
366c04327ad7
equal deleted inserted replaced
373:db85e7b2a746 374:366c04327ad7
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();})();

mercurial