京东签到

try to take over the world!

目前为 2016-10-26 提交的版本。查看 最新版本

// ==UserScript==
// @name         京东签到
// @namespace    https://greasyfork.org/zh-CN/users/75882-qq50941544
// @version      0.1
// @description  try to take over the world!
// @author       QQ50941544
// @match        http://tampermonkey.net/scripts.php
// @grant        none
// @include      *//vip.jd.com/*
// ==/UserScript==

var list = document.getElementsByClassName("btns")[0];
list.getElementsByClassName("signup-btn")[0].click();