Hacker News new | ask | show | jobs
by lostinroutine 2270 days ago
With ignoring case:

a:has-text(/corona/i)

a:has-text(/covid/i)

a:has-text(/epidemic/i)

a:has-text(/pandemic/i)

a:has-text(/virus/i)

a:has-text(/death/i)

a:has-text(/ICU/i)

a:has-text(/social distancing/i)

One-liner:

a:has-text(/corona|covid|epidemic|pandemic|virus|death|social distancing|ICU/i)

Source: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-f...