Elethor General Purpose

Provides some general additions to Elethor

2021/01/15のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Xortrox
評価
0 0 0
バージョン
1.5.0
作成日
2021/01/08
更新日
2021/01/15
大きさ
17.5KB
ライセンス
不明
対象サイト

Features:

- Displays combat 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)

Example XHR hook:

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