Utopian v0.0.11: Adding Statistics Charts, Improved Reputation Formatter and Sponsor Chart
Utopian Moderators & Supervisors
Utopian Moderators & Supervisors is a Chrome Extension that can be installed via Chrome Webstore:
https://chrome.google.com/webstore/detail/utopian-moderator-supervi/dcjdbldgiiboblbaconadffdaicicebc
If you are using Firefox, you can still install this Extension by Chrome Extension Foxified
Utopian Moderators & Supervisors, as its name suggests, help the moderators & supervisors during their moderation or supervision by providing a few useful tools, charts and statistics.
Technology Stack
Javascript that runs in Chrome.
This Commits
It Includes these features:
- Improved Reputation with default 3 decimal places i.e. PR also submitted but not yet merged to steem-js yet.
- Adding a Sponsor Chart by vesting_share (so you know the biggest sponsor)
- Adding Statistic Charts
Screenshots
Who are the biggest sponsors of utopian-io?

Serial Charts are added to Tab Statistics.
Total Posts
Total Likes
Average Likes Per Post
Total Paid
Total Paid Authors
Average Paid Authors
Total Paid Curators
Average Paid Curators
Total Posts Length
Average Posts Length
Total Images
Average Images Per Post
Total Links
Average Links Per Post
Total Tags
Average Tags Per Post
Github
https://github.com/DoctorLai/utopian-moderator/
Previous Contributions
- v0.0.10 Utopian Moderators & Supervisors v0.0.10 – Steem Nodes Ping Tool + Sponsors Tab
- v0.0.9 Utopian Chrome Extension v0.0.9: Integrate Stats API + Add Node List
- v0.0.8 Make Utopian Moderator Chrome Extension Perfect by Adding Posts and Tools Tab
- v0.0.7 Utopian Moderator Chrome Extension: Improved Supervisor Tab by Showing Acceptance Rate and Pie Chart
- v0.0.6 Adding Supervisor Tab to Utopian Moderator Chrome Extension!
- v0.0.5 Adding Unreviewed Contributions + List of Approved/Rejected Posts to Utopian Chrome Extension!
- v0.0.4 Adding Approved/Rejected Stats, Showing Friends' VP/Rep to Utopian Moderator Chrome Extension!
- v0.0.3 Adding Moderators Tab to Utopian Chrome Extension!
- v0.0.2 Adding Easy Switch Between Utopian and Steem Posts to Utopian Moderator Chrome Extension
- v0.0.1 The First Utopian Moderator Chrome Extension
The Improved Reputation Formatter for Steem-Js Library
The current official version has a rounding error, which has been raised as in issue here. I have also commited a PR but not yet reviewed/merged officially.
// correct format of reputation with 3 decimal places
// PR not merged yet: https://github.com/steemit/steem-js/pull/345
const formatReputation = function(reputation, decimal_places = 3) {
if (reputation == null) return reputation;
let neg = reputation < 0;
let rep = String(reputation);
rep = neg ? rep.substring(1) : rep;
let v = (Math.log10((rep > 0 ? rep : -rep) - 10) - 9);
v = neg ? -v : v;
let vv = v * 9 + 25;
return +(Math.round(vv + "e+" + decimal_places) + "e-" + decimal_places);
}
Roadmap
Any good suggestions, please shout at @justyy !
Chrome Webstore
Install the Utopian Chrome Extension Now!
Contribution Welcome
Github: https://github.com/DoctorLai/utopian-moderator
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
Posted on Utopian.io - Rewarding Open Source Contributors
















到了70级了,祝贺。
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Hey @justyy I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x