Elethor General Purpose

Provides some general additions to Elethor

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

Author
Xortrox
Ratings
0 0 0
Version
1.0.13
Created
2021-01-08
Updated
2021-01-08
Size
8.98 KB
License
N/A
Applies to

Features:

Player fight health percentages are displayed.

Clicking notifications removes them instantly.

Shows a stat summary including base and % stats

Added XHR hook which can be listened to at EventTarget: window.elethorGeneraPurposeOnUserLoad
Example:

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