We apologize that the translated content is not provided to this page.
- 使用chrome浏览器、或者360极速浏览器,360极速模式等;
- 打开 https://login.m.taobao.com/login.htm 登陆下,已登录的忽略;
- 按下F12,调出浏览器控制台。步骤依次操作:
a. 调出手机模式、
b. 随便选择一个型号
c. 点击console - 在浏览器地址栏粘贴 https://pages.tmall.com/wow/a/act/tmall/tmc/22351/wupr?wh_pid=industry-161308&sellerId=3079263591
- 在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 > 70) {
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();