Skip to content

Instantly share code, notes, and snippets.

@ibolmo
Created August 19, 2015 21:29
Show Gist options
  • Select an option

  • Save ibolmo/6bf74622bb96804983a8 to your computer and use it in GitHub Desktop.

Select an option

Save ibolmo/6bf74622bb96804983a8 to your computer and use it in GitHub Desktop.
// ==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