玉米梗比玉米甜的B站2022年度報告來啦!

[
{
"name": "言溪題庫",
"homepage": "https://tk.enncy.cn/",
"url": "https://tk.enncy.cn/query",
"method": "get",
"type": "GM_xmlhttpRequest",
"contentType": "json",
"data": {
"token": "0d0a13fcac4a0d8d02af5d19da8d9945",
"title": "${title}",
"options": "${options}",
"type": "${type}"
},
"handler": "return (res)=>res.code === 0 ? [res.data.answer, undefined] : [res.data.question,res.data.answer]"
},
{
"name": "GO題(網(wǎng)課小工具題庫)",
"homepage": "https://q.icodef.com/",
"url": "http://cx.icodef.com/wyn-nb?v=4",
"method": "post",
"type": "GM_xmlhttpRequest",
"data": {
"question": "${title}"
},
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"Authorization": " VjN720Zj4caOk5bA"
},
"handler": "return (res)=> res.code === 1 ? [undefined,res.data] : [res.msg,undefined]"
}
]