Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Chrome extension allow you to automate cards getting process

Notifications You must be signed in to change notification settings

lgg-archive/steam-cards-getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam cards getter

It's simple chrome extension for clicking "Next in queue" buttons on Steam Sales

How to use

Installation

From sources

  • open chrome://extensions
  • enable 'Developer mode'
  • add unpacked extension
  • choose path for extension directory

Packaging

Usage

  • 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

How it works?

It uses javascript .click() method. More info about it you can find here:

What about security?

  • Steam, fortunately, don't detect if click was made by human or by code
    • more info about detecting here:
    • AGAIN, FOR NOW STEAM DOESN'T DETECT THIS, SO THERE IS NOTHING TO AFRAID
  • 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

Why?

I made just for fun and in cause of my laziness

ToDo

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

License

  • MIT
  • 2016 littleguga

About

Chrome extension allow you to automate cards getting process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published