Created
August 19, 2015 21:29
-
-
Save ibolmo/6bf74622bb96804983a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 template | |
| // @version 0.0.1 | |
| // @namespace http://userscripts.org/users/253871 | |
| // @description Get grades from an assignment from Google Classroom | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
| // @require http://jquery-jsonp.googlecode.com/files/jquery.jsonp-2.1.4.min.js | |
| // ==/UserScript== | |
| (function (){ | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment