Well, if it is open API that’s my solution:
Create a new shortcut in your browser with the title of your choice and the link:
javascript:(function(e,t){function n(){var e=document.createElement("script");e.type="text/javascript";e.src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js";var t=document.getElementsByTagName("head");t[0].appendChild(e)}function r(e,t){var n=$("#ide #hackContent");if(n.length<=0){n=$('<div id="hackContent" style="font-family: sans-serif; position: absolute; bottom: 0; background: #000; color: #fff; left: 0; max-width: 45%; min-width: 560px;"/>').appendTo("#ide")}$.ajax({type:"POST",url:"/services/PlayersAgentsRemoteService/findAllValidByChallengePublicId",data:'["'+e+'"]',success:function(r){var i=null;$.each(r.success,function(e,n){if(n.playerName==t){i=n}});$.ajax({type:"POST",url:"/services/PlayersAgentsRemoteService/findRank",data:'["'+e+'", '+i.candidateId+"]",success:function(e){var t='<div style="float: left; margin: 0 15px;">';t+='<h2 style="font-size: 15px; line-height: 20px;">Score: '+i.score.toFixed(2)+" - "+i.gamesPlayed.toFixed(0)+"%</h2>";t+='<h1 style="font-size: 22px; line-height: 33px;">Rank '+e.success.pos+"/"+e.success.total+"</h1>";t+="</div>";$.ajax({type:"POST",url:"/services/gamesPlayersRankingRemoteService/findAllByUserId",data:"["+i.candidateId+"]",success:function(e){var r=[{0:0,1:0,nb:0},{0:0,1:0,2:0,nb:0},{0:0,1:0,2:0,3:0,nb:0}];$.each(e.success,function(e,t){if(t.done&&$.isNumeric(t.position)){r[t.nbPlayers-2][t.position]++;r[t.nbPlayers-2]["nb"]++}});t+='<p style="line-height: 17px; font-size: 13px;">1 vs 1 ('+r[0]["nb"]+"): 1er:"+(r[0][0]/r[0]["nb"]*100).toFixed(1)+"%, 2eme:"+(r[0][1]/r[0]["nb"]*100).toFixed(1)+"%</p>";t+='<p style="line-height: 17px; font-size: 13px;">1 vs 2 ('+r[1]["nb"]+"): 1er:"+(r[1][0]/r[1]["nb"]*100).toFixed(1)+"%, 2eme:"+(r[1][1]/r[1]["nb"]*100).toFixed(1)+"%, 3eme:"+(r[1][2]/r[1]["nb"]*100).toFixed(1)+"%</p>";t+='<p style="line-height: 17px; font-size: 13px;">1 vs 3 ('+r[2]["nb"]+"): 1er:"+(r[2][0]/r[2]["nb"]*100).toFixed(1)+"%, 2eme:"+(r[2][1]/r[2]["nb"]*100).toFixed(1)+"%, 3eme:"+(r[2][2]/r[2]["nb"]*100).toFixed(1)+"%, 4eme:"+(r[2][3]/r[2]["nb"]*100).toFixed(1)+"%</p>";n.html(t)}})}})}})}n();setInterval(function(){r(e,t)},1e4);r(e,t)})("platinum-rift","Pirquessa")
Don’t forget to change the name at the end.
To use it, go to your IDE, click on the shortcut… TADAM, new content on the bottom left of the page !