Last active
August 29, 2015 14:27
-
-
Save alreva/b1a0b772bdfbe8962486 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name VCE TFS ETS Reporting Automatic Update | |
// @namespace http://timeserver | |
// @version 0.1 | |
// @description this one helps properly reporting ETS with TFS items. | |
// @author areva | |
// @match timeserver/accountreport.ets | |
// @match ets.sigmaukraine.com:7443/accountreport.ets | |
// @grant GM_xmlhttpRequest | |
// @require https://code.jquery.com/jquery-2.1.4.min.js | |
// @require http://courses.ischool.berkeley.edu/i290-4/f09/resources/gm_jq_xhr.js | |
// @require https://rawgit.com/alreva/ets/master/TamperMonkey/vce-tfs.js | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment