2022-10-29 UTC
# [Murray] [tantek] this may not be applicable for your use-case, but `display: none` might be a more appropriate way of removing those links? You could have a CSS rule along the lines of `a[href="https://fed.brid.gy/"]
{ display: none; }
` which would then autohide any link on the page with that `href`