Elethor General Purpose

Provides some general additions to Elethor

目前为 2023-08-11 提交的版本。查看 最新版本

作者
Xortrox
评分
0 0 0
版本
1.7.15
创建于
2021-01-08
更新于
2023-08-11
大小
28.6 KB
许可证
暂无
适用于

Features:
- Plays an alarm sound for quest completions and negative actions (might be broken now)
- Displays combat experience difference between you and any viewed profile
- Displays mining 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)
- You can do await getUserStatsJSON(true); in console (F12/devtools) to show your stats in a JSON format

Example XHR hook:

elethorGeneralPurposeOnXHR.addEventListener('EGPXHR', function (e) {
    console.log('xhr event:', e);
});