QUOTE(shuaishuai1 @ Mar 21 2024, 09:12)

辛苦辛苦,重装了下脚本也不行,那应该就是我哪里设置错了
测试战斗网络巨卡,算了算了,之前没用觉得也没什么问题 (IMG:[
invalid]
style_emoticons/default/rolleyes.gif)
需要浏览历史和下载记录的,记得有脚本可以实现的.
好像是叫:[REDACTED]
Kaguya Edit: No我入坑晚,用的都是最新的脚本
只有 Monsterbation 有问题
换成 ericeric91 的就没问题了
我更倾向是兼容问题。你先试试把无关的 HV 插件关了看看
不过我也对 Monsterbation 修改过。
我都忘了我修改的是原版还是 ericeric91 的版本了
反正我有修改的 log
要是关其他插件不行, 你可以试试修改下这个
第一行的是原版,第二行的是我修改后的
ericeric91 的版本应该没什么要改的了

CODE
/* This script was created by firew, edited by @jiuqi97, and then @l13763824039.
* changes made by @l13763824039 are shown below, each change are separated by empty line.
* if(window.location.href.includes("/isekai/")){
this.isekai = true
}
* this.isekai = window.location.href.includes("/isekai/");
//HVUTils storage
this.persona = persona.plist[persona.pidx].name;
this.persona = persona[persona.pidx].name;
let equip_set = JSON.parse(this.iseka ? localStorage.hvuti_eq_set : localStorage.hvut_eq_set);
let equip_set = JSON.parse(this.iseka ? localStorage.hvuti_equipset : localStorage.hvut_equipset);
this.level = parseInt(level_divs[level_divs.length - 1].innerText);
this.level = parseInt(level_divs[level_divs.length - 2].innerText);
There are a few changes I made to custom the table. They're all lable with "// Modified by @l13763824039:".
You can search these change by the lable to read/make change in your own
*/
比如
CODE
if(window.location.href.includes("/isekai/")){
this.isekai = true
}
是原代码.然后
CODE
this.isekai = window.location.href.includes("/isekai/");
是我修改后的
你搜索上面的,然后改成下面的
话说脚本的 MM 能一次性发多人吗?
我只看到 c 和 hath能 multi send
This post has been edited by l13763824039: Mar 21 2024, 23:03