你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/419905-elethor-general-purpose,源站連結 點此以跳轉。
Provides some general additions to Elethor
当前为
Features:
- Displays combat experience difference between you and any viewed profile
- Remove toasters/notifications by clicking anywhere on them
- Resource nodes show their xp/h and ore/h
- Shows a stat summary including base and % stats (this currently only loads on page refresh, and loses state once equipment updates)
- XHR hook (see example)
Example XHR hook:
elethorGeneralPurposeOnXHR.addEventListener('EGPXHR', function (e) {
console.log('xhr event:', e);
});