Add fogbugz helper

Thu, 18 Aug 2016 14:40:57 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 18 Aug 2016 14:40:57 -0400
changeset 374
366c04327ad7
parent 373
db85e7b2a746
child 375
195bf106146f

Add fogbugz helper

.js/fogbugz.com.js file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.js/fogbugz.com.js
@@ -0,0 +1,12 @@
+// ==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