Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
TZubiri
3mo ago
0 comments
Save
Share
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.
0 comments
1 comments · 1 top-level
top
newest
oldest
greyface-
3mo ago
The CSS :target pseudo-class is useful in situations like this. HN could do something like:
p:target { border: 1px dashed; }
j
/
k
navigate · click thread line to collapse