Elethor General Purpose

Provides some general additions to Elethor

Stan na 08-01-2021. Zobacz najnowsza wersja.

Autor
Xortrox
Oceny
0 0 0
Wersja
1.0.6
Utworzono
08-01-2021
Zaktualizowano
08-01-2021
Rozmiar
3,59 KB
Licencja
Brak licencji
Dotyczy

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