<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var user_url = '/down/go.php', register_url = '/down/go.php', login_url = '/down/go.php', download_url = '/down/go.php', pc_url = '/down/go.php', mac_url = '/down/go.php', ios_url = '/down/go.php', android_url = '/down/go.php';
jQuery(document).ready(function($) {
    	$('.btn-download a, .btn-download').each(function(){
    		var type = $(this).attr('data-type');
    		if(type){
    			$(this).attr('href',eval(type+'_url'));
    		}
    	});
	
});</pre></body></html>