This file contains hidden or 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
Uncensoring study.com lessons is actually pretty simple- it only requires devling into the developer-tools in Google Chrome | |
NOTE: This trick only unblocks the lesson transcripts, I haven't explored getting access to the full lesson video yet. | |
Here are the steps: | |
1. Go to a lesson of choice on study.com and open the developer-tools in Chrome (example URL: | |
http://study.com/academy/lesson/root-cap-function-definition-quiz.html) | |
2. Use the page inspector tool and select the "Lesson Transcript" text. Confirm that in the Elements tab of the dev tools, | |
the line "<span>Lesson Transcript</span>" is highlighted (should be under a div that has the id "transcriptHeader") | |
3. Hit the dropdown triangles of "<div class="transcriptContainer articleContent" data-cname="main_content>" and | |
<div id="mainArticle" class="transcript" data-cname="lesson_transcript"> (the latter should appear after the contents of |