Transform class text to my domain name without http and www
问题 Using jquery or any script, how to change Text inside semantic <p> and <h1> with class='site-title' on my <header/> to my domain name without http:// , www. and permalink path. Source: <header role='banner'> <h1 class='site-title'>My Blog Title</h1><!-- homepage header title --> <p class='site-title'><a href='mylink'>My Blog Title</a></p><!-- other page header title --> </header> TO (if blog is using sub-domain): <header role='banner'> <h1 class='site-title'>mysubdomain.blogspot.com</h1><!--