用chrome浏览器打开https://login.m.taobao.com/login.htm
登录后按键盘F12

如上图所示,点击箭头所指的图标,切换到手机模式,图标变成蓝色表示处于手机模式

然后点击console
在地址栏输入https://pages.tmall.com/wow/a/act/tmall/tmc/22351/wupr?wh_pid=industry-161308&sellerId=3079263591 然后按回车

在如图所示位置输入以下代码,然后按回车就可以刷了:
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);
window.location.href="https://www.wok99.com/";
} 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();