/*---------------------------------------------------------------------------------------------------------------*/ $(function(){ /*---------------------------------------------------------------------------------------------------------------*/ //download $(document).on("click",".dlbutton", function(){ button=$(this).attr("class"); if ( button.match(/_sub/)) { dl = new Array(); dl[0] = "kksdl01"; n = Math.floor(Math.random()*dl.length); }else if( button.match(/_all/)) { dl = new Array(); dl[0] = "kksdl01"; n = Math.floor(Math.random()*dl.length); }else if( button.match(/_chara/)) { dl = new Array(); dl[0] = "kksdl01"; n = Math.floor(Math.random()*dl.length); } else { dl = new Array(); dl[0] = "kksdl01"; n = Math.floor(Math.random()*dl.length); } dlfile = $(this).data("dlid"); //location.href ='https://'+dl[n]+'.illusion.rip/download/dl3.cgi?dlname='+ dlfile +'.exe&count='+ dlfile +'_'+dl[n]; //location.href ='https://'+dl[n]+'.illusion.rip/download/dl.cgi?dlname='+ dlfile +'.exe&count='+ dlfile; location.href ='https://static.illusion.rip/koikatsu_sunshine_extension/' + dlfile + '.exe'; }); $(document).on({ "mouseenter": function(){ ccolor=$(this).data("id"); $('head').append(``); }, "mouseleave": function(){ $(".estyle").remove(); } }, ".chara98"); /*---------------------------------------------------------------------------------------------------------------*/ }); /*---------------------------------------------------------------------------------------------------------------*/