Elethor General Purpose

Provides some general additions to Elethor

Від 08.01.2021. Дивіться остання версія.

Автор
Xortrox
Рейтинги
0 0 0
Версія
1.0.3
Створено
08.01.2021
Оновлено
08.01.2021
Size
3,3 кБ
Ліцензія
Н/Д
Відноситься до

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