京东、拼多多、淘宝查券返利公众号:花选好物
telegram 券返利狗:https://t.me/itaobaobot

20190612源代码失效,改了一个class标签,现已修改

1、使用chrome浏览器、或者360极速浏览器,360极速模式等;

2、打开 https://login.m.taobao.com/login.htm 登陆下,已登录的忽略;

3、按下F12,调出浏览器控制台。步骤依次操作:(找不到地方,不懂的看下面的图)

调出手机模式
随便选择一个型号
点击console
4、在浏览器地址栏粘贴(当前窗口输入) https://s.click.taobao.com/wPMBq7w

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();

按钮都在这里标注出来了,你们不懂的看看(链接打开大图)

请输入图片描述

最后修改:2019 年 10 月 08 日
如果觉得我的文章对你有用,请随意赞赏