NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Passive stats tracker + community leaderboard for
Kitten Clash Arena.
Companion site: https://kittenclash-arena-helper.chez.gg/
Two independent features, both fully passive:
A small overlay on kittenclash.com that tracks your today
performance:
Nothing about your account or credentials leaves the browser for this
feature - everything lives in localStorage.
On explicit triggers, the script calls the game's own/api/v1/leaderboard and /api/v1/season endpoints (same-origin, uses
your existing session cookie) and forwards the result to
kittenclash-arena-helper.chez.gg,
where it feeds a public read-only ladder:
Three triggers, all explicit - no polling:
.league-headerFor each visible fighter, the game's API already returns publicly:fighterId, name, level, rating (ELO), wins, cosmetics.
That set is forwarded 1:1 to the companion site. Retention: 1 year.
Your own fighterId is remembered locally to make a future personal
history page possible - not sent as a separate identifier.
Requires Tampermonkey (or any
compatible userscript manager exposing GM_xmlhttpRequest).
Direct install from openuserjs.org:
https://openuserjs.org/scripts/GeGe_GM/Kitten_Clash_Arena_Helper
↻ Update - force a push right now.Logs - full timestamped log (stats + push results, 24 h TTL).Ranks - snapshot of the last captured leaderboard.Reset - wipe today's local stats (never touches the server).MIT.
Rating: 0