The link doesn't work perfectly for me, it seems that since the page is already scrolled down all the way to the bottom, there is no way to focus specifically on the #generated element.
The CSS :target pseudo-class is useful in situations like this. HN could do something like:
p:target { border: 1px dashed; }
The CSS :target pseudo-class is useful in situations like this. HN could do something like: