Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lawnmowed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lawnmowed
2mo ago
Cool, another script to add to the block list. The last thing I need is for every other website to download and run models on my machine.
2.
▲
by
lawnmowed
3mo ago
Grouped HTML: p text img img /p Grouped CSS: p:has(img) {...} p img {...} No group HTML: p text /p img img No group CSS: p:has(+ img) {...} p + img {...} p + img + img {...} Valid, semantic, easy to target.