SteemPlus 3.8.2 : The batch buy feature is back on the new Steem Monsters website

in #utopian-io5 years ago (edited)

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<nbCards;i++){
        $(".card-checkbox:not(:hidden)").eq(i).click();
    }
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

Powered by @adsactly

Powered by @utopian-io

Like what I do? Vote @stoodkev for witness!

Sort:  

Hello @steem-plus, you submitted this post with PR#190 also https://steemit.com/utopian-io/@steem-plus/steemplus-381--adding-support-to-steemitwalletcom

Is this a mistake, is there another PR for this post?

Oops yeah I forgot to edit the PR part of the template. I'll correct this asap

Thank you for your review, @helo! Keep up the good work!

  • Good article with images and code samples.
  • Good commit messages and separation of concerns.
  • Good code comments and clean up of the console.logs.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Chat with us on Discord.

[utopian-moderator]

I am logged into to SteemPlus with another account than the one I use for Steem Monsters and can't seem to find a logout option anywhere. Would I have to be logged in to the same account on Steem Monsters and SteemPlus in order to see these cool options in the market?

EDIT: I closed my browser and opened it again and was able to login as a different account.

Thank you for the information

This post has been just added as new item to timeline of SteemPlus on Steem Projects.

If you want to be notified about new updates from this project, register on Steem Projects and add SteemPlus to your favorite projects.

I have a question about the website. When you click on ranking and you say rank 1-10 followed by the name than the SPP what is Estimated rewards next to SPP?

At the end of each week, the top earners of the week will get extra SPP :)

Ok makes sense! Last week I was number one and I purchased almost 1,900 without counting the resteems and I believe the extra SPP was around 500 but I never received them

We ll look into it this weekend.
sorry for the inconvenience

No worries! I love what you do I hope I'll be top 20 soon.

You re on your way there =)
Good luck and tanks for your kind words!

Hi @steem-plus!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server

Hey, @steem-plus!

Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Coin Marketplace

STEEM 0.31
TRX 0.11
JST 0.034
BTC 66765.98
ETH 3234.00
USDT 1.00
SBD 4.23