Collect authenticated Qinglong scripts batch

This commit is contained in:
Hermes Agent
2026-05-24 03:53:42 +00:00
parent 0d80b33d25
commit 28d62fef03
86 changed files with 18420 additions and 5 deletions

View File

@@ -0,0 +1,35 @@
// # Source: https://github.com/Wenmoux/checkbox/blob/master/scripts/Anime.js
// # Raw: https://raw.githubusercontent.com/Wenmoux/checkbox/master/scripts/Anime.js
// # Repo: Wenmoux/checkbox
// # Path: scripts/Anime.js
// # UploadedAt: 2023-01-21T03:29:57Z
// # SHA256: ae31e135b3cf61bf21536d587c788f23b7fd2b7a338b497319f729e82deab24d
// # Category: web版/账密
// # Evidence: web/H5关键词 + username/password/login
//
const rules = {
name: "【Anime字幕论坛】",
url: "https://bbs.acgrip.com/member.php?mod=logging&action=login&mobile=2", //用于获取formhash的链接
cookie: config.Anime.cookie,
formhash: 'formhash\":\"(.+?)\"', //formhash正则
verify: "答案", //验证cookie状态
op: [{
name: "签到",
method: "post", //签到请求方式
url: "https://bbs.acgrip.com/plugin.php?id=dsu_paulsign:sign&operation=qiandao&infloat=0&inajax=0&mobile=yes", //签到链接
data: "formhash=@formhash&qdxq=kx&qdmode=3&todaysay=&fastreply="
},
{
name: "申请红包任务",
ua: "pc",
method: "get",
url: "https://bbs.acgrip.com/home.php?mod=task&do=apply&id=1"
} ]
};
async function Anime() {
const template = require("../Template");
return rules.name + await template(rules)
}
module.exports = Anime