雷小伊自动签到脚本

[复制链接]

初入学徒

3

主题

43

回帖

41

积分
UID
89
雷小钻
0
雷小币
850
贡献点数
15
发表于 2024-6-22 12:28:23 | 显示全部楼层
问就是油猴脚本也是自定义脚本

虽然没什么用,随手做了一个,也就一行代码



// ==UserScript==
// @name         雷小伊自动签到
// @namespace    http://tampermonkey.net/
// @version      2024-06-22
// @description  try to take over the world!
// @author       MSpring
// @match        https://bbs.tiepi.top/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=tiepi.top
// @grant        none
// ==/UserScript==

(async function() {
    'use strict';

    let res = await fetch('https://bbs.tiepi.top/home.php?mod=task&do=apply&id=1')
})();

回复

举报 使用道具

您需要登录后才可以回帖 登录 | 立即注册
快速回复 返回顶部 返回列表