Tried to archiving courses that you don't want? Now I have about 26 pages, each page has 9 courses that I claim for free. Right now I don't want it. Hence, I made script that use to archive courses just single copy and paste.
- Open chrome devtools on mac using
Cmd + Option + I
. - Select 'Console' tab and paste the script below.
$(`.card-wrapper div.card.card--learning a[href="javascript:void(0)"]`).trigger('click')
- Enjoy your life.
It might be jQuery has been deprecated on their site, I think let's try to use
querySelector instead
.