002-1.html (268B)
1 <!doctype html> 2 <p>Now open a new tab and navigate to <a></a></p> 3 <script> 4 href = window.location.href.replace("http://", "http://www.").replace("002-1.html", "002-2.html"); 5 var a = document.getElementsByTagName("a")[0]; 6 a.href = href; 7 a.textContent = href; 8 </script>