5 ms·
My uBlockOrigin rules to filter posts by regexp, to filter out Twitter drama and AI stuff. The last two rules remove the second row + the spacer. news.ycombina
by xvello 3y ago
My uBlockOrigin rules to filter posts by regexp, to filter out Twitter drama and AI stuff. The last two rules remove the second row + the spacer.
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(LLM):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/OpenAI\b/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bstable\Wdiffusion\b/i):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bdall-e\b/i):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bChatGPT/i):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bGPT/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bTwitter\b/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bMusk\b/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.spacer + tr:not(.athing):remove()
news.ycombinator.com##html:not([op="item"]) tr.spacer + tr.spacer:remove()