​ 此测试脚本,仅用于学习交流

最近很多朋友都在玩淘宝的叠猫猫活动,等级越高到时候分的红包越大,但是使用喵币才能合成等级高的猫,虽然可以通过去逛店铺、点击一些会场等方法去获得喵币,但是实在不符合我们的做事风格,故出此教程,解放双手。

教程

请使用chrome浏览器、或者火狐浏览器等

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

二、打开此链接(链接较长省略下)

三、按下F12,调出浏览器控制台。
按下图步骤依次操作:1、调出手机模式 2、随便选择一个型号(可选可不选) 3、点击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();

欢迎留言

6 条评论

  1. 2021年淘宝618有脚本可用吗?

    Windows 7 x64 Google Chrome 91.0.4472.77
  2. 想卖东西的人太多啦。

    Windows 8.1 x64 Google Chrome 63.0.3239.132