Elethor General Purpose

Provides some general additions to Elethor

Versión del día 8/1/2021. Echa un vistazo a la versión más reciente.

Autor
Xortrox
Calificaciones
0 0 0
Versión
1.0.8
Creado
8/1/2021
Actualizado
8/1/2021
Tamaño
3,83 KB
Licencia
Desconocida
Funciona en

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