Elethor General Purpose

Provides some general additions to Elethor

Ekde 2021/01/08. Vidu La ĝisdata versio.

Aŭtoro
Xortrox
Ratings
0 0 0
Versio
1.0.5
Kreita
2021/01/08
Ĝisdatigita
2021/01/08
Size
3,52 kb
Licenco
N/A
Aplikiĝas al

Features:

Player fight health percentages are displayed.

Clicking notifications removes them instantly.

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

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