This is not made for scalping. It is made for people who just want a dang console.
I made this to run in my Google Chrome web browser. You will need to leave a tab open. When the console is seen as available it will be added to your cart, default confirmations will be selected then you will be brought to the payment information page. Once it makes it to the payment information page a sound will play and an alert popup will appear.
If it is out of stock it will just wait 2 minutes and refresh.
This script will not complete any checkout processes. It will not process any purchases against your payment information. It only gets you to the payment information input page.
You should already be logged in and you should add your payment details in the Account page before hand.
#How to use :
- Open Google Chrome
- Install a Browser Extension that allows you to run custom javascript on the website.
- I used CJS : https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija?hl=en
- Open a Tab at https://bestbuy.ca
- Once installed click the CJS icon in the top right of the browser window.
- Paste the code from the
buyFromBestBuy.js
file and press Save. - Refresh and it will become active. You can see the log posts in the Developer Console of your web browser.
This can technically work in any browser. You just need a module to run the custom code each time page refreshes.
Hi, I tried to run your code but changed the path to an item in stock. The locations.pathname.indexOf never gets triggered so it isn't able to show me a cart with the in stock item.