-
-
Save learnitall/f81f530667b8349758b8 to your computer and use it in GitHub Desktop.
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 | |
the first div appear) | |
4. You should now see a div that has the id "articleMain". This is where all the text for the transcript is held, so | |
dropdown its contents. Next, remove the "faded-content" class from the "articleMain" div by doubleclicking on the | |
"faded-content" text and just removing everything in the little text-editor/box that appears. Then, remove | |
the "hidden" class for each div that is found inside the "articleMain" div using the same technique. | |
Not alot is actually 'unlocked' by doing this, but at least its something and its something free. |
This works, but for articles, you have to find the transcriptionMain in the dev tools, u can use ctrl f. then keep looking through the divs, and then you shold find one that says hidden. You can delete the hidden part of the class, or just read the info from the dev tools :D lmk if u have any questions
i'm desperatly look for the transcriptionMain but can't find anything. I also deleted a bunch of hidden divs and it still didn't work 😭 any help would be appreciated
FOR THOSE WHO NEED THE ARTICLE AND NOT THE VIDEOS, I HIGHLY RECOMMEND USING THIS LINK:
https://onehack.us/t/solved-anyone-know-thw-hack-related-access-of-study-com/73346/3
Scroll down to step 6 and they will guide you
If you need additional help, i screen recorded the process that worked for me. I tried to upload it here but the file is too big.
https://youtu.be/69mv2cwncLs
2022 this doesn't work on newer solutions anymore, I'd suggest you find a study.com account on leak sites
2022 but still working, thank you, to those who don't say that it doesn't work anymore, it's just for the lesson not the answer
✔️ study.c○m/academy/lesson
❌ study.c○m/academy/answer
Here's a UserScript that unlocks both lessons and the videos on lesson pages. This won't work for answers though.
https://greasyfork.org/en/scripts/455050-unlock-study-com-lessons
You sir are a legend. Thank you.
This solution doesn't work for me, because there is no "Lesson Transcript" in the Elements tab, and the words "lesson" and "transcript" both show up there 0 times. @NaeemBolchhi's tampermonkey script doesn't seem to do anything for me either, as the page I am trying to read looks exactly the same after installing it and refreshing (the article is still censored).
This is the article I'm trying to read: https://homework.study.com/explanation/what-festival-days-did-the-gauls-have.html
If anyone has any suggestions other than what I've already tried, I'm all ears.
This doesn't work in 2023, they've removed the class <div class="transcriptContainer articleContent" data-cname="main_content>, however after digging deep i was able to find the function that pops up the "register to view this lesson" which is under the name id="videoPaywall" and class prod-wizard which pops up the sign up function. The question here is, how to deactivate this function or delete this function, where can we find where this function was created and all cases in which the function is used?.
Whipped up a chrome extension in 30 minutes that does the trick (because the one shown above has been removed and there are no web archives of it)
https://github.com/bbzlazer/Un-Censor-study.com
pls dont bulli my trahs developing skills
cant find it
Hi, can someone please help me to view the answer in this link? Thanks in advance
https://homework.study.com/explanation/determine-the-moment-of-the-force-about-point-o-assume-f-300-n.html
i tried doing answers but it didnt work