Ted's Diamond Hunt 2 custom market user interface
< 腳本Ted's market UI FIXED的回應
Script grabbing updates from the wrong URL
When running it for the first time, it complains that I'm not on the 'current' version: Screenshot
If you were to click okay, this script will be overwritten by the original outdated plugin.
It appears that's because the script is still pointing to the old URL for Ted's UI (line 34).
It should be changed from this:
$.get("https://gf.qytechs.cn/en/scripts/28422-ted-s-market-ui/versions", function(data) {
to this:
$.get("https://gf.qytechs.cn/en/scripts/39516-ted-s-market-ui-fixed/versions", function(data) {
The corrected URL should have /versions included.
/versions
Edit: Fixed
Sorry for the late respsonse, but the issue should have been fixed now.
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Script grabbing updates from the wrong URL
When running it for the first time, it complains that I'm not on the 'current' version: Screenshot
If you were to click okay, this script will be overwritten by the original outdated plugin.
It appears that's because the script is still pointing to the old URL for Ted's UI (line 34).
It should be changed from this:
to this: