How do I dropdown?
This is how you dropdown.
<details> <summary>How do I dropdown?</summary> <br> This is how you dropdown.
<details> <summary>How do I dropdown?</summary> <br> This is how you dropdown.
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 |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
Sometimes you want to have a subdirectory on the master
branch be the root directory of a repositoryโs gh-pages
branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master
branch alongside the rest of your code.
For the sake of this example, letโs pretend the subfolder containing your site is named dist
.
Remove the dist
directory from the projectโs .gitignore
file (itโs ignored by default by Yeoman).
๏ปฟ; c = case sensitive | |
; c1 = ignore the case that was typed, always use the same case for output | |
; * = immediate change (no need for space, period, or enter) | |
; ? = triggered even when the character typed immediately before it is alphanumeric | |
; r = raw output | |
;------------------------------------------------------------------------------ | |
; CHANGELOG: | |
; | |
; 2011-03-21 and after: See readme.md |