View job here
<a id="a1">Click me</a> <script>   if (location.hash.slice(1)) {     document.getElementById("a1").style.cssText = "color: " + location.hash.slice(1);   } </script> 
null