Skip to content

Releases: kkapuria3/BestBuy-GPU-Bot

v3.7 Removed Nerdspeak Integration

12 Nov 19:27
Compare
Choose a tag to compare

Commented out Nerdspeak Integration due to possible account flagging by Best Buy causing queue looping

2.5 - 'Fixed Memory Leak'

18 Jul 18:13
4532656
Compare
Choose a tag to compare

2.5 - 'Fixed Memory Leak' no more refresh ! We will recycle tabs.

- We will now kill the tab if item is OOS and open it in new page. Doing this infact reduces the total RAM usage.
- Button clicks no more use .click() but instead use EventListeners()
- Status Bar is now 50% of screen.  Little taller so last line is visible when page is loading.
- Status Bar now shows ITEM_KEYWORD
- We will now play a music when item is carted.
- Since BB asks for verifying account sometimes. Alert will help so that you dont miss checkout.
- MAX_RETRIES will now control when your page gets reloaded when you are stuck on please wait screen. In this case it will perform normal reload.```

Version 2.0

09 Jul 15:16
Compare
Choose a tag to compare

Version 2.0 - 'Please Wait...' items can now be CARTED and CHECKEDOUT

- If "Please Wait" button shows up, it will enter a loop of retries which will check the color of button.
- As long as button stays Gray, it will try and check for Yellow Color
- Whenever Yellow ATC button appears again, it will click and checkout
- Status Bar is now being added at bottom
- Status Bar now shows version and TESTMODE variable

Version 1.1

08 Jul 15:40
Compare
Choose a tag to compare
1. If Please Wait button shows up, bot will check every for second ATC button every 20 seconds
2. Whenever second ATC button appears, it will click and checkout
3. Reading logs in console```

Initial Release

08 Jul 00:29
Compare
Choose a tag to compare
1.0

Update README.md