| 20190612源代码失效,改了一个class标签,现已修改 
 1、使用chrome浏览器、或者360极速浏览器,360极速模式等; 2、打开 https://login.m.taobao.com/login.htm 登陆下,已登录的忽略; 3、按下F12,调出浏览器控制台。步骤依次操作: 4、在浏览器地址栏粘贴 https://pages.tmall.com/wow/a/act/tmall/tmc/22351/wupr?wh_pid=industry-161308&sellerId=3079263591 5、在console里输入以下代码回车,程序自动运行:document .write('<iframe width=100% height=100% frameborder=0 scrolling=yes>' );frames[0 ].location.href = location.href;var  idx = 1 ;var  o = document .createElement('div' );o.innerHTML = '第1次' ;o.setAttribute('id' , 'setTimes' );o.setAttribute('style' , 'text-align: center;font-size: 14px;background: #000;color: #fff;padding: 10px 0;' );document .body.insertBefore(o, document .body.childNodes[0 ]);var  timer = setInterval(function () {    if  (idx > 50 ) {        clearInterval(timer);        document .getElementById('setTimes' ).innerHTML = '已结束'     } else  {        document .getElementById('setTimes' ).innerHTML = '第'  + idx + '次' ;        t()    }}, 13000 );function t() {    setTimeout(function () {        frames[0 ].document.getElementsByClassName('svelte-qr71gg' )[1 ].click();        setTimeout(function () {            frames[0 ].location.reload()        }, 1000 )    }, 12000 );    idx++}t();最新教程http://t.cn/AiC69n6N
 |