Elethor General Purpose

Provides some general additions to Elethor

As of 2021-01-15. See the latest version.

Author
Xortrox
Ratings
0 0 0
Version
1.5.2
Created
2021-01-08
Updated
2021-01-15
Size
19.3 KB
License
N/A
Applies to

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);
});