It's simple chrome extension for clicking "Next in queue" buttons on Steam Sales
- open
chrome://extensions
- enable 'Developer mode'
- add unpacked extension
- choose path for
extension directory
- Open popup script
- Turn on script
- open "go to start page!"
- wait some time, while script will be clicking and getting cards
- after 3 cards received turn script off
It uses javascript .click() method. More info about it you can find here:
- Steam, fortunately, don't detect if click was made by human or by code
- What about my credentials and others?
- you can read what is 'content scripts in Chrome Extensions'
- then watch code here
- so you will find that there is nothing to afraid, it just finds elements and click on them
I made just for fun and in cause of my laziness
Pull Requests are welcome
- add hotkeys
- make cool design
- make normal icon for popup
- escape from callback hell
- add auto-detect and auto-stop, when enough cards got
- MIT
- 2016 littleguga