Provides some general additions to Elethor
当前为
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);
});