淘宝618合猫猫浏览器审查元素自动赚喵币脚本 其他教程

豆包哥 2019-6-14 2362

电脑操作,手机建议用按键精灵之类的自己录一个

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

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

3、按下F12,调出浏览器控制台。步骤依次操作:

调出手机模式
随便选择一个型号
点击console
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();


还没有人收藏过本帖~
最新回复 (1)
返回
发新帖