所谓的加密也就那样,这是解密后的js代码;
论坛里不管是程序应用或者是html页面,基本都是套用这个接口“http://www.aikantv.cc/ydisk/index.php?url=”
[JavaScript] 纯文本查看 复制代码 $('input[type="button"]')["click"](function() {
$(".login")["css"]('padding', '100px 700px 150px 40px');
$(".success")["css"]('margin-left', '-170px');
setTimeout(function() {
$('.authent')["show"]()["animate"]({
right: -320
}, {
easing: 'easeOutQuint',
duration: 600,
queue: false
});
$('.authent')["animate"]({
opacity: 1
}, {
duration: 200,
queue: false
})["addClass"]('visible');
}, 500);
setTimeout(function() {
$('.authent')["show"]()["animate"]({
right: 90
}, {
easing: 'easeOutQuint',
duration: 600,
queue: false
});
$('.authent')["animate"]({
opacity: 0
}, {
duration: 200,
queue: false
})["addClass"]('visible');
$('.login')["removeClass"]('testtwo');
}, 2500);
setTimeout(function() {
$('.success')["fadeIn"]();
}, 3200);
var bfqAtkgI1 = window["document"]["getElementById"]("valueurl")["value"];
window["document"]["getElementById"]("vipurl")["src"] = "http://www.aikantv.cc/ydisk/index.php?url=" + bfqAtkgI1;
});
if (window["document"]["getElementById"]('auth') != undefined) {
if (window["document"]["getElementById"]('auth')["innerHTML"] != '联系小照') {
window["alert"]('小照温馨提示:\n 请勿修改版权信息!');
}
} else {
window["alert"]('小照温馨提示:\n 请勿修改版权信息!');
}
$('input[type="text"],input[type="password"]')["focus"](function() {
$(this)["prev"]()["animate"]({
'opacity': '1'
}, 200);
});
$('input[type="text"],input[type="password"]')["blur"](function() {
$(this)["prev"]()["animate"]({
'opacity': '.5'
}, 200);
});
$('input[type="text"],input[type="password"]')["keyup"](function() {
if (!$(this)["val"]() == '') {
$(this)["next"]()["animate"]({
'opacity': '1',
'right': '30'
}, 200);
} else {
$(this)["next"]()["animate"]({
'opacity': '0',
'right': '20'
}, 200);
}
});
var PYDt2 = 0;
$('.tab')["click"](function() {
$(this)["fadeOut"](200, function() {
$(this)["parent"]()["animate"]({
'left': '0'
});
});
});
|