// ==UserScript== // @name Dospy论坛自动签到 // @version 0.0.1 // @namespace undefined // @description 自动签到工具 // @include http://bbs.dospy.com/* // @license GPL v3 // @downloadURL none // ==/UserScript== if(!window.find('今日已签到')){ var url='./getview.php?type=signadd'; sajax = Ajax('JSON'); sajax.post(url+'&inajax=1&rod='+Math.random(),'year=0'+"&month=0",showSign); }