Paulowarren31 / Supreme-Bot

supreme bot anyone can use for free!
https://chrome.google.com/webstore/detail/ez-preme/pifcojpimhgdcegdfohnmjmbpiiphghi
MIT License
86 stars 32 forks source link

Credit Card Number not getting filled in #60

Open ghost opened 6 years ago

ghost commented 6 years ago

The site has probably changed, but the code in cart.js that read: $('div:contains(number)').next().val(res.card_number) Needs to be changed to use label: $('label:contains(number)').next().val(res.card_number)

Auronus92 commented 6 years ago

Got this problem too.... Please update the bot.

MonzterDev commented 6 years ago

Hey man even when I replace it with $('label:contains(number)').next().val(res.card_number)

I still am having the same issue. Has anyone found a solution?