Elethor General Purpose

Provides some general additions to Elethor

目前為 2021-01-08 提交的版本,檢視 最新版本

作者
Xortrox
評價
0 0 0
版本
1.1.4
建立日期
2021-01-08
更新日期
2021-01-08
尺寸
9.2 KB
授權條款
未知
腳本執行於

Features:

- Player fight health percentages are displayed.
- Clicking toaster notifications removes them instantly.
- 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);
});