Greasy Fork is available in English.

自动识别填充网页验证码

自动识别填写大部分网站的数英验证码

< Σχολιασμός για τον κώδικα 自动识别填充网页验证码

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 14/06/2024
Επεξεργάστηκε: 14/06/2024

怪怪的,遇到

addR(ruleData).then((res)=>{
    if (res.status == 200){
        topNotice("添加规则成功");
        document.oncontextmenu = null;
        document.onclick = null;
        start();
    }
    else {
        topNotice("Error,添加规则失败");
        document.oncontextmenu = null;
        document.onclick = null;
    }
});

這個Promise沒送出去(網路分頁沒請求),導致.then()沒反應,不能用

sw1128Δημιουργός
§
Δημοσιεύτηκε: 15/06/2024

昨天服务器被攻击了,所有服务瘫痪,今天已恢复

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.