Elethor General Purpose

Provides some general additions to Elethor

נכון ליום 08-01-2021. ראה הגרסה האחרונה.

יוצר
Xortrox
דירוגים
0 0 0
גרסה
1.0.12
נוצר
08-01-2021
עודכן
08-01-2021
Size
8.35 קילו-בייט
רישיון
לא זמין
חל על

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