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