Comment on April 2026 Membership Drive: Thanks for your Support

  1. Hey! This is possible through site skins, a super awesome Ao3 has which I've personally not seen elsewhere :)

    Go to My Dashboard > Skins > Create Site Skin. Give the skin a unique title (I recommend having your username in it), then you can paste a modified version of the following in the input area labelled CSS:

    /* This section makes works with specified tags be gone */
    .work:has(> .tags .tag[href="/tags/Put%20Tag%20Here/works"]),
    .work:has(> .tags .tag[href="/tags/Another%20Tag%20Here/works"]) {
    display: none;
    }

    /* This makes works with at least 5 tags be gone */
    /* Add or remove instances of "+ .tag" to modify this */
    .work:has(> .header > .fandoms > .tag + .tag + .tag + .tag + .tag) {
    display: none;
    }

    I've not tested this thoroughly, but hopefully it works! Let me know if something's scuffed about it

    Last Edited Mon 27 Apr 2026 08:51PM UTC

    Comment Actions