// ==UserScript== // @name Github Stats // @namespace stratehm.github // @include https://github.com/*/* // @version 4 // @grant GM_xmlhttpRequest // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js // @description Display download stats about the last release of Github projects. // @downloadURL none // ==/UserScript== var lastReleaseItemList; this.$ = this.jQuery = jQuery.noConflict(true); $(document).ready(function() { init(); }); function init() { lastReleaseItemList = $('