function getVifKey(){ return '74616abda67e18fc0dd63eb31423e3ff&uskey=aa9c611f9c2ea55840ee74949437635d&time=1740119100'; } setTimeout(function(){ $('.list-down li a,.soft_other_down li a,.ul-download1 li a').click(function(){ if($(this).attr('href').indexOf('87g.com')>-1 && $(this).attr('href').indexOf('?key=')<=-1 && $(this).attr('href') != 'javascript:;'){ $(this).attr('href',$(this).attr('href')+'?key=74616abda67e18fc0dd63eb31423e3ff&uskey=aa9c611f9c2ea55840ee74949437635d&time=1740119100'); $obj = $(this); setTimeout(function(){ $obj.attr('href',$obj.attr('href').split('?key')[0]) },100); } console.log($(this).attr('href')); }); },500); $('.s3 a').click(function(){ if($(this).attr('href').indexOf('87g.com')>-1 && $(this).attr('href').indexOf('?')<=-1 && $(this).attr('href').indexOf('/0002/')<=-1 && $(this).attr('href') != 'javascript:;'){ $f_key = '74616abda67e18fc0dd63eb31423e3ff&uskey=aa9c611f9c2ea55840ee74949437635d&time=1740119100'; if($f_key != '')$(this).attr('href',$(this).attr('href')+'?key='+$f_key); $obj = $(this); console.log($(this).attr('href')); setTimeout(function(){ $obj.attr('href',$obj.attr('href').split('?key')[0]) },100); } });