Created
June 24, 2019 16:28
-
-
Save lolobosse/44cc0c73b7af2cf96426ae40a96a32ea to your computer and use it in GitHub Desktop.
See all your impressions on eBay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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