Comment on Why AO3 Doesn't Have an Official App

  1. You can do that with site skins! For anything that you want permanently hidden use this:

    .blurb:has(a[href$="/tags//TAG/works"]) {
    display: none !important;
    }

    Any tag can be excluded this way. It just won't change the number of fics so it likely won't be correct. Other than that though I've never had issues with this in my site skin

    Comment Actions