|
|
|
|
|
by Arnavion
1146 days ago
|
|
Put in uBO "My filters": news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks))
news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks)) + tr
news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks)) + tr + tr
news.ycombinator.com##.athing:has(.titleline:has-text(/\bAI\b/))
news.ycombinator.com##.athing:has(.titleline:has-text(/\bA\.I\.\b/))
news.ycombinator.com##.athing:has(.titleline:has-text("GPT"))
news.ycombinator.com##.athing:has(.titleline:has-text(/Large Language Model/i))
news.ycombinator.com##.athing:has(.titleline:has-text("LLaMA"))
news.ycombinator.com##.athing:has(.titleline:has-text("LLM"))
news.ycombinator.com##.athing:has(.titleline:has-text(/neural network/i))
news.ycombinator.com##.athing:has(.titleline:has-text("OpenAI"))
news.ycombinator.com##.athing:has(.titleline:has-text("Stable Diffusion"))
news.ycombinator.com##.athing:has(.titleline:has(.comhead > a[href$=".ai"]))
Add `+ tr` and `+ tr + tr` rules for all of them like the first one. I just elided them here to keep it short. |
|