Wanna keep earning SPP while buy Steem Monsters cards? Read on!
Last Steem Monsters update improved a lot the user interface and user experience of the game. Sadly, it also disrupted the "Batch Buy" feature, one of the favorites among SteemPlus users.
After talking with @yabapmatt of the Steem Monsters team, we came to an agreement of giving the choice for users to buy via SteemPlus and still get SPP in the meantime.
We've fixed our filters and changed the design to match the new website :
Filters
You can use our filters to select multiple cards as follow :
All
It will select all the cards displayed (up to 45 maximum due to memo size constraint).
None
It will unselect all the cards.
X First
Select the amount of cards selected as input
// select x first cards
const nbCards=Math.min(parseInt($("#input_sm").val()),$(".card-checkbox:not(:hidden)").length);
for(let i=0;i
Up to X$
Alternatively, you can chose to select as many cards as possible ( in the current sorting choice) until reaching a certain price
To make the best of this feature, it is recommended to first sort the cards by increasing price.
Here is the corresponding code :
// select all the cards until reaching the preset price
let totalUpTo=0;
for (let it of $(".card-checkbox:not(:hidden)")){
if(totalUpTo+parseFloat($(it).attr("price"))<=parseFloat($("#input_sm").val())){
totalUpTo+=parseFloat($(it).attr("price"));
$(it).click();
}
else return;
}
Buy with SteemPlus
By selecting Buy with SteemPlus
, you pay the exact same price for your cards but will earn SteemPlus Points (SPP) as a bonus.
For each 1 SBD spent, you will earn 5 SPP.
You can either redeem SPP for Premium Features ( more to come soon), or stack them and receive free upvotes from SteemPlus ( > 46k SP) every day according to your number of points.
What else is cooking?
- Ads
- Automated voting bot where you stay in control (premium)
Firefox users
We are not on the Firefox Add-On store anymore. You can install the add-on directly from this link.
GitHub Account
https://github.com/stoodkev
Repository
https://github.com/stoodkev/SteemPlus
Pull Request
Not on SteemPlus yet?
SteemPlus is a Chrome, Opera and Firefox extension used by o ver 3400 users daily.
It brings over 30 novel features to your Steem experience on Steemit, Busy and Steem Monsters. You can also earn SPP by performing certain actions. This will allow you to redeem your SPP for premium features or hold them to receive daily @steem-plus upvotes. (>40k SP)
To check all our awesome features and download the extension, please visit our landing page.
Installation and updates
You can download and install SteemPlus directly from the Chrome Store if you are using Chrome (follow this link for Chrome ).
Just click this link for installing on Firefox via our Github release.
For installation procedures on Opera, please check our documentation.
Updates shouls occur automatically. If not, click right on the extension logo > Manage my extensions > Update.
Steem on!
@stoodkev for @steem-plus