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
| // Credit : Modified code found on internet by google search :) | |
| // Go to the course page ( After clicking "Start Course" or "Resume Course" | |
| // Run this Code Snippet in browser dev console to get table of contents | |
| // Updated on 16th November 2019 | |
| var list1 = document.getElementsByClassName('table-of-contents')[0]; | |
| var counter=0; | |
| var list = list1.getElementsByClassName('module'); | |
| for (var i=0; i<list.length; i++) { | |