Recently there was a spoiler for a World Chess Championship game on the front page of Hacker News. If you're a uBlock Origin user and you don't want to see spoilers for the remaining games between Magnus Carlsen and Ian Nepomniachtchi, the following filter will add a black background to any post title containing either of their names:<p><pre><code> news.ycombinator.com##a.titlelink:has-text(/\b(Carlsen|Nepo|Nepomniachtchi)\b/):style(background: #000;)</code></pre>