// ==UserScript== // @name 龙空自动签到 // @namespace https://www.lkong.com/ // @version 0.1.1 // @description 进入龙空首页自动签到,不用自己手动签了。 // @author 仙圣 // @include https://www.lkong.com/ // @include https://www.lkong.com/feeds // @icon none // @grant none // @downloadURL none // ==/UserScript== (function() { setTimeout(function() {document.getElementsByClassName("ant-btn ant-btn-primary ant-btn-block")[0].click();},2000); })();