View NowLearning Full Course Name

🔗 Create a browser bookmark and paste the below as the URL, then click on the Bookmark when you are on a NowLearning page that does not show the full titles of the course:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
javascript:(function(){
 function fixTitles(){
    var nodes=document.querySelectorAll('.truncate-line');
    for(var i=0;i<nodes.length;i++){
        var el=nodes[i];
            el.style.whiteSpace='normal';
            el.style.overflow='visible';
            el.style.textOverflow='clip';
            el.style.display='block';
            el.style.maxHeight='none';
            el.style.webkitLineClamp='unset';
            el.title=el.textContent.trim();
        }
    }

    fixTitles();
    var mo=new MutationObserver(fixTitles);
    mo.observe(document.body,{childList:true,subtree:true});
})();
Full Course Name Shown
View Full Course Name