.js/fogbugz.com.js

changeset 679
2c32255d5c84
parent 678
4c569c2420f1
child 680
b89661b25b51
equal deleted inserted replaced
678:4c569c2420f1 679:2c32255d5c84
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