博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

https://hb.emuban.com/jump.php?u=YWxpcGF5czovL3BsYXRmb3JtYXBpL3N0YXJ0YXBwP3NhSWQ9MTAwMDAwMDcmY2xpZW50VmVyc2lvbj0zLjcuMC4wNzE4JnFyY29kZT1odHRwczovL3FyLmFsaXBheS5jb20vYzF4MDAyMDJ5cXVlY2JieGNxd2Z1MmM=

 

alipays://platformapi/startapp?saId=10000007&clientVersion=3.7.0.0718&qrcode=https://qr.alipay.com/c1x00202yquecbbxcqwfu2c

 

<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<meta itemprop="name" content="支付宝领红包链接"/>
<meta itemprop="image" content="https://hb.emuban.com/assets/dist/img/alipay.png" >
<meta name="description" itemprop="description" content="支付宝领红包链接,支持QQ、微信、浏览器">
<title>正在跳转</title>
<style>
.wxtip {
background: rgba(0, 0, 0, 0.5);
text-align: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 998;
display: none;
}

.wxtip-icon {
width: 52px;
height: 67px;
background: url('assets/dist/img/weixin-tip.png') no-repeat;
display: block;
position: absolute;
right: 20px;
top: 20px;
}

.wxtip-txt {
margin-top: 107px;
color: #fff;
font-size: 16px;
line-height: 1.5;
}


body {
background: #019fe8;
background-size: 100%;
text-align: center;
font-size: 48px;
}
.actions {
position: absolute;
left: 0;
right: 0;
bottom: 80px;
margin: auto;
width: 70%;
text-align: center;
display:none;
}
.actions a {
height: 45px;
line-height: 45px;
color: #1b99dc;
background: #fff;
font-size: 20px;
font-weight: 700;
letter-spacing: 2px;
border: 1px solid transparent;
border-radius: 6px;
display: block;
margin-bottom: .4rem;
}
a, a:hover {
text-decoration: none;
}
.spinner {
width: 60px;
height: 60px;

position: relative;
margin: 200px auto;
}

.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #67CF22;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: bounce 2.0s infinite ease-in-out;
animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
</style>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?cb102d241622d02a1678c6f534eb8b0c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div class="wxtip" id="JweixinTip" data-clipboard-text="JAixYg45rG">
<span class="wxtip-icon"></span>
<p class="wxtip-txt">请点击右上角···
<br>选择在“浏览器”中打开
</p>
</div>
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
<div class="actions" id="goHome">
<a href="https://hb.emuban.com/">在线生成领红包链接</a>
</div>
<script src="https://open.mobile.qq.com/sdk/qqapi.js"></script>
<script src="assets/dist/js/clipboard.min.js"></script>
<script>
var clipboard = new ClipboardJS('.wxtip', {
text: function() {
return 'JAixYg45rG';
}
});

var Ba = {_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", encode:function(e){var t = ""; var n, r, i, s, o, u, a; var f = 0; e = Ba._utf8_encode(e); while (f < e.length){n = e.charCodeAt(f++); r = e.charCodeAt(f++); i = e.charCodeAt(f++); s = n >> 2; o = (n & 3) << 4 | r >> 4; u = (r & 15) << 2 | i >> 6; a = i & 63; if (isNaN(r)){u = a = 64} else if (isNaN(i)){a = 64}t = t + this._keyStr.charAt(s) + this._keyStr.charAt(o) + this._keyStr.charAt(u) + this._keyStr.charAt(a)}return t}, decode:function(e){var t = ""; var n, r, i; var s, o, u, a; var f = 0; e = e.replace(/[^A-Za-z0-9+/=]/g, ""); while (f < e.length){s = this._keyStr.indexOf(e.charAt(f++)); o = this._keyStr.indexOf(e.charAt(f++)); u = this._keyStr.indexOf(e.charAt(f++)); a = this._keyStr.indexOf(e.charAt(f++)); n = s << 2 | o >> 4; r = (o & 15) << 4 | u >> 2; i = (u & 3) << 6 | a; t = t + String.fromCharCode(n); if (u != 64){t = t + String.fromCharCode(r)}if (a != 64){t = t + String.fromCharCode(i)}}t = Ba._utf8_decode(t); return t}, _utf8_encode:function(e){e = e.replace(/rn/g, "n"); var t = ""; for (var n = 0; n < e.length; n++){var r = e.charCodeAt(n); if (r < 128){t += String.fromCharCode(r)} else if (r > 127 && r < 2048){t += String.fromCharCode(r >> 6 | 192); t += String.fromCharCode(r & 63 | 128)} else{t += String.fromCharCode(r >> 12 | 224); t += String.fromCharCode(r >> 6 & 63 | 128); t += String.fromCharCode(r & 63 | 128)}}return t}, _utf8_decode:function(e){var t = ""; var n = 0; var r = c1 = c2 = 0; while (n < e.length){r = e.charCodeAt(n); if (r < 128){t += String.fromCharCode(r); n++} else if (r > 191 && r < 224){c2 = e.charCodeAt(n + 1); t += String.fromCharCode((r & 31) << 6 | c2 & 63); n += 2} else{c2 = e.charCodeAt(n + 1); c3 = e.charCodeAt(n + 2); t += String.fromCharCode((r & 15) << 12 | (c2 & 63) << 6 | c3 & 63); n += 3}}return t}}
var qr = Ba.decode("YWxpcGF5czovL3BsYXRmb3JtYXBpL3N0YXJ0YXBwP3NhSWQ9MTAwMDAwMDcmY2xpZW50VmVyc2lvbj0zLjcuMC4wNzE4JnFyY29kZT1odHRwczovL3FyLmFsaXBheS5jb20vYzF4MDAyMDJ5cXVlY2JieGNxd2Z1MmM=");
function is_weixin() {
if (/MicroMessenger/i.test(navigator.userAgent)) {
return true
} else {
return false
}
}
function is_qq() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/(QQ)/i)) {
return true
} else {
return false
}
}
function is_android() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/(Android|SymbianOS)/i)) {
return true
} else {
return false
}
}
function is_ios() {
var ua = navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
return true
} else {
return false
}
}

if(!is_weixin()){
if(is_qq()&&is_android()){
document.getElementById("goHome").style.display = "block";
}
}


var encode_version = 'sojson.v4';var __0x132a4=['w67CmjB9CsK8Vw==','b8KGw7jCgw==','GsKpezNEwqFFw79zwqw=','w73CucK8w63Dtw==','w5FNw4LCkm7CtsKV','wrgqw5M1SA==','T8OVKCDDrw==','w7Vsw7XCtMOaVcOs','Kw7CjEkY','wogowrfCnhp9'];(function(_0x345ab4,_0x2eeb30){var _0x470012=function(_0x5aa5c0){while(--_0x5aa5c0){_0x345ab4['push'](_0x345ab4['shift']());}};_0x470012(++_0x2eeb30);}(__0x132a4,0xa2));var _0x1f26=function(_0x9ce8b7,_0x161a3d){_0x9ce8b7=_0x9ce8b7-0x0;var _0xc5719f=__0x132a4[_0x9ce8b7];if(_0x1f26['initialized']===undefined){(function(){var _0xb8467a=typeof window!=='undefined'?window:typeof process==='object'&&typeof require==='function'&&typeof global==='object'?global:this;var _0x54d323='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0xb8467a['atob']||(_0xb8467a['atob']=function(_0x2a5480){var _0x455e03=String(_0x2a5480)['replace'](/=+$/,'');for(var _0x117b3d=0x0,_0x5d55de,_0x5f32a1,_0x54d3bc=0x0,_0xc705ab='';_0x5f32a1=_0x455e03['charAt'](_0x54d3bc++);~_0x5f32a1&&(_0x5d55de=_0x117b3d%0x4?_0x5d55de*0x40+_0x5f32a1:_0x5f32a1,_0x117b3d++%0x4)?_0xc705ab+=String['fromCharCode'](0xff&_0x5d55de>>(-0x2*_0x117b3d&0x6)):0x0){_0x5f32a1=_0x54d323['indexOf'](_0x5f32a1);}return _0xc705ab;});}());var _0x1cb690=function(_0x5da46a,_0x12c446){var _0x485920=[],_0x3a700f=0x0,_0x4dedb7,_0x2c2839='',_0x7c3990='';_0x5da46a=atob(_0x5da46a);for(var _0x3841e6=0x0,_0x393477=_0x5da46a['length'];_0x3841e6
<_0x393477;_0x3841e6++){_0x7c3990+='%'+('00'+_0x5da46a['charCodeAt'](_0x3841e6)['toString'](0x10))['slice'](-0x2);}_0x5da46a=decodeURIComponent(_0x7c3990);for(var _0x1531fb=0x0;_0x1531fb
<0x100;_0x1531fb++){_0x485920[_0x1531fb]=_0x1531fb;}for(_0x1531fb=0x0;_0x1531fb
<0x100;_0x1531fb++){_0x3a700f=(_0x3a700f+_0x485920[_0x1531fb]+_0x12c446['charCodeAt'](_0x1531fb%_0x12c446['length']))%0x100;_0x4dedb7=_0x485920[_0x1531fb];_0x485920[_0x1531fb]=_0x485920[_0x3a700f];_0x485920[_0x3a700f]=_0x4dedb7;}_0x1531fb=0x0;_0x3a700f=0x0;for(var _0xf51191=0x0;_0xf51191
<_0x5da46a['length'];_0xf51191++){_0x1531fb=(_0x1531fb+0x1)%0x100;_0x3a700f=(_0x3a700f+_0x485920[_0x1531fb])%0x100;_0x4dedb7=_0x485920[_0x1531fb];_0x485920[_0x1531fb]=_0x485920[_0x3a700f];_0x485920[_0x3a700f]=_0x4dedb7;_0x2c2839+=String['fromCharCode'](_0x5da46a['charCodeAt'](_0xf51191)^_0x485920[(_0x485920[_0x1531fb]+_0x485920[_0x3a700f])%0x100]);}return _0x2c2839;};_0x1f26['rc4']=_0x1cb690;_0x1f26['data']={};_0x1f26['initialized']=!![];}var _0x2a6d8c=_0x1f26['data'][_0x9ce8b7];if(_0x2a6d8c===undefined){if(_0x1f26['once']===undefined){_0x1f26['once']=!![];}_0xc5719f=_0x1f26['rc4'](_0xc5719f,_0x161a3d);_0x1f26['data'][_0x9ce8b7]=_0xc5719f;}else{_0xc5719f=_0x2a6d8c;}return _0xc5719f;};if(is_weixin()){document['getElementById'](_0x1f26('0x0','MH$D'))[_0x1f26('0x1','Y9fx')][_0x1f26('0x2','#nNL')]=_0x1f26('0x3','fzgL');}else if(is_qq()){if(is_ios()){document['getElementById']('JweixinTip')[_0x1f26('0x4','i&sS')][_0x1f26('0x5','#Np9')]=_0x1f26('0x6','GCh&');}else{mqq[_0x1f26('0x7','MwA1')]('ui',_0x1f26('0x8','IxfT'),{'url':qr,'target':0x2,'style':0x0});}}else{if(qr!=''){location[_0x1f26('0x9','2!jJ')]=qr;}else{window['close']();}};encode_version = 'sojson.v4';

document.getElementById("JweixinTip").onclick = function(){
document.getElementById("JweixinTip").style.display = "none";
document.getElementById("goHome").style.display = "block";
}


</script>
</body>
</html>

posted on 2018-07-28 22:34  Likwo  阅读(1135)  评论(0编辑  收藏  举报