bskinn / bga-wingspan-scraper

Firefox extension to scrape data from a Wingspan game replay on BGA
MIT License
2 stars 0 forks source link

Scrape cards held by perspective player #28

Closed bskinn closed 11 months ago

bskinn commented 11 months ago

Cards held by perspective player.

Similar to bonus cards. Don't need the mouseover, though. Like:

$$('div[id~="handcard_bird_panel"]')  // Loop over these

Originally posted by @bskinn in https://github.com/bskinn/bga-wingspan-scraper/issues/12#issuecomment-1767611194