A clean, fixed-position panel that displays your fish types, quantity, how many are listed, and their total RON value.
Works on https://marketplace.roninchain.com β originally built for Fishing Frenzy, but supports all collections in your profile inventory.
- Lists all fish/NFT names clearly.
- Shows how many of each type you own, how many are listed.
- Calculates total RON value.
- No scroll, clean layout, fixed to the page.
- When you open Ronin Marketplace Account Page, this script will auto-start.
- It scans all NFT cards dynamically.
- It keeps track of which tokens you've already counted (to avoid duplicates).
- Whenever the page changes or scrolls, the panel updates.
- Install Tampermonkey browser extension.
- Create a new userscript and paste in the code from
fish-counter.user.js. - Save the script and visit Ronin Marketplace Profile.
The panel will appear in the top right corner.
0x88888757D076495f53E988ffD1c1294aAC488888
Thanks for your support!
fish-counter.user.js: The userscript code.README.md: This file.