I am a Utopian moderator and sometimes I need to quickly evaluate a few steem-js bugs. I have added a console so that I can quickly experiment something in the SteemTool chrome extension
SteemTools
SteemTools is inspired by its sister project: Utopian Moderators & Supervisors and it provides a set of useful data, tools, statistics for SteemIt Users.
Github
https://github.com/DoctorLai/SteemTools/
Previous Contributions
- SteemTools v0.0.3 New Features: Query Delegators and Nodes/Server Configuration
- SteemTools v0.0.2 New Features: Query Delegatees and Basic Search and More
- SteemTools v0.0.1
Technology Stack
Javascript that runs in the Chrome Browser (Chrome Extension)
Chrome Webstore
It is online, and you can install SteemTools via:
https://chrome.google.com/webstore/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
If you are using Firefox, you can still install this Extension by Chrome Extension Foxified
New Features of v0.0.4
Commits
How it works?
Put the source code in the code editor under Steem-Js
Tab, and the code will be evaulated via eval
which we enable after adding the following to the manifest.json
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
And you can use Alt + Enter to run the source and Alt + BACKSPACE to clear the console.
// alt + enter to evalute
// alt + backspace to clear
$('textarea#steemjs-source').keydown(function (e) {
if (e.altKey && e.keyCode == 13) {
$('input#btn_run').click();
}
if (e.altKey && e.keyCode == 8) {
$('input#btn_clear').click();
}
});
Screenshots
Roadmap of Steem Tools
- UI Language Setting
- Add Downvote Checker
- Add Delegator/Delegatee List Checker
- Steemit Top 100 Delegations
- SteemIt Followers/Votes Checker
- Steemit Incoming Votes Report
- Steemit Payout Report
- Steemit Outgoing Votes Report
- Steemit Who Resteem Your Posts?
- Steemit Recover Deleted Posts/Comments
- and more...
License
Contribution Welcome
Github: https://github.com/DoctorLai/SteemTools/
- 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.
Chrome Webstore
Install the SteemTools Chrome Extension Now!
Posted on Utopian.io - Rewarding Open Source Contributors
A lot of good posts, I like it a lot, want a better post like this, and one thing, if you're with me I'll always be with you,
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Super post! Keep up with posting this awe-inspiring material.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I am wondering is there a way / api to help me post stuff automatically at a specific time?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
woi really cool, I hope you can vote me, and I invite you to vote have me!! Awesome upvote?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
upvote you pliss upvote me
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit