This line ``` $('h2.cs-message').html('<a href="' + href + '"> ' + $('h2.cs-message').html() + '</a>' ); ``` can be done without jQuery.
This line
can be done without jQuery.