Created
August 20, 2015 09:26
-
-
Save alreva/473ae6eb2a1d2fefadd6 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 ETS Improvements Automatic Update | |
// @namespace http://timeserver | |
// @version 0.1 | |
// @description this one helps filling out ETS faster. | |
// @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/ets.js | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment