Subeta Sorting

This script sorts NPC shops prices by profit.

< 腳本Subeta Sorting的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2017-07-02

Need to add a fix

var content = document.body.textContent || document.body.innerText;
var hasText = content.indexOf("There are no items stocked")!==-1;
if (hasText) {
goToNextShop();
}

發表回覆

登入以回覆

长期地址
遇到问题?请前往 GitHub 提 Issues。