tmall T
setInterval(function () {
$(".dt-choice").each(function () {
if ($(this).text().indexOf("B:0-1 ") != -1 ||
$(this).text().indexOf("A:449") != -1 ||
$(this).text().indexOf("C: ") != -1 ||
$(this).text().indexOf("C: ") != -1) {
$(this).trigger("click");
};
});
}, 1000);
setInterval(function () {
if($("#J_DtAgain")!=null&&$("#J_DtAgain").get(0)!=null){
$("#J_DtAgain").get(0).click();
}
}, 2000);
var url = 'http://promotion.taobao.com/worldcup/actCommonLottery.do?';
var time = '';
function processJsonp(data){
if(data.resultCode == 'EW02'){
clearInterval(time);
alert(' ');
setTimeout(function(){
window.location.href = 'http://www.tmall.com/go/market/3c/viewmyt.php';
}, 1000);
}
}
KISSY.use('io',function(S,IO){
time = setInterval(function(){
S.io({
type : 'GET',
url : url,
dataType : 'jsonp',
jsonp : 'callback',
jsonpCallback : 'processJsonp'
})
}, 500);
});
setInterval(function () {
try {
if ($("p[data=getOther]").attributes.style.value == "display: inline-block;") {
$("p[data=getOther]").click();
}
} catch (e) {};
try {
if ($("p[data=getOther]").attributes.style.value == "display: inline-block;") {
$("p[data=getOther]").click();
}
} catch (e) {};
try {
if ($("p[data=refight]").attributes.style.value == "display: inline-block;") {
$("p[data=refight]").click();
}
} catch (e) {};
try {
if($("p[data=matching]")&&$("p[data=matching]")["attributes"]&&$("p[data=matching]").attributes.style.value=="display: inline-block;"){
if(Math.round(Math.random()*100/10)%3+1==1){
$("p[data=matching]").click();
}
}
} catch (e) {};
try {
if ($(".match-countdown").attributes.style.value == "display: block;") {
var temp = Math.round(Math.random() * 10000 / 100) % 3 + 1;
$(".hand" + temp).click();
}
} catch (e) {};
try {
if ($("p[data=data0]").attributes.style.value == "display: inline-block;") {
$("p[data=data0]").click();
}
} catch (e) {};
try {
if ($(".closeBtn")) {
$(".closeBtn").click();
}
} catch (e) {};
}, 3000);
jQuery=$;
function doit()
{
//
if (jQuery('#worldCupAlert')!=null&&jQuery('#worldCupAlert').style.display != 'none')
{
jQuery('.closeBtn') .click();
}
//
if (jQuery("[data='matching']")!=null&&jQuery("[data='matching']").style.display != 'none')
{
jQuery("[data='matching']").click();
}
//
if (jQuery("[data='refight']")!=null&&jQuery("[data='refight']").style.display != 'none')
{
jQuery("[data='refight']").click();
}
//
if (jQuery("[data='getOther']")!=null&&jQuery("[data='getOther']").style.display != 'none')
{
jQuery("[data='getOther']").click();
}
//
if (jQuery('#worldcup-game-puzzle')!=null&&jQuery('#worldcup-game-puzzle').class != 'start')
{
myi = parseInt(Math.random() * 3 + 1);
jQuery('.hand' + myi).click();
}
}
i=setInterval("doit()",1000);
//
//clearInterval(i)
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.