Greasy Fork is available in English.

Elethor General Purpose

Provides some general additions to Elethor

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Xortrox
일일 설치수
0
총 설치수
382
평점
0 0 0
버전
1.7.17
생성
2021-01-08
갱신
2023-08-11
라이선스
없음
동작 사이트

Features:
- Plays an alarm sound for quest completions and negative actions (might be broken now)
- Displays combat experience difference between you and any viewed profile
- Displays mining experience difference between you and any viewed profile
- Remove toasters/notifications by clicking anywhere on them
- Resource nodes show their xp/h and ore/h
- Shows a stat summary including base and % stats (this currently only loads on page refresh, and loses state once equipment updates)
- XHR hook (see example)
- You can do await getUserStatsJSON(true); in console (F12/devtools) to show your stats in a JSON format

Example XHR hook:

elethorGeneralPurposeOnXHR.addEventListener('EGPXHR', function (e) {
    console.log('xhr event:', e);
});