Skip to content

Instantly share code, notes, and snippets.

@lolobosse
Created June 24, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolobosse/44cc0c73b7af2cf96426ae40a96a32ea to your computer and use it in GitHub Desktop.
Save lolobosse/44cc0c73b7af2cf96426ae40a96a32ea to your computer and use it in GitHub Desktop.
See all your impressions on eBay
// Paste that in Google console
$$('#meb-items-cnt > section.active-page__list > div > div > div > div > div.col-3 > div.me-item-activity > div:nth-child(1) > span.me-item-activity__column-count').reduce((a, c)=>a+parseInt(c.innerHTML), 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment