Hey friend, here's how to quickly figure out how much longer your Teachable course is:
Copy-paste it into your JavaScript console when on the "Course
Curriculum" page of whatever course you like, then call
getTotalMinutesLeftInCourse()
.
I made this script because I'm working through Adrian Cantrill's AWS Certified Solutions Architect - Associate course (highly recommended by the way!) and wanted to figure out how much content I need to work through each day between now and the exam.
The code is also available in this gist. Use it in good health!