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
var totalForkCount; | |
var curForkCount=0; | |
var errorForkArray = new Array(); | |
function initProcess(){ | |
var user = window.location.pathname.split('/')[1]; | |
var pageNo = 1; | |
var hrefArray = new Array(); | |
while(hrefArray.length % 30 == 0){ | |
var resp = sendSyncAjax("https://github.com/"+user+"?tab=repositories&page="+pageNo); |