Comment on April 2026 Membership Drive: Thanks for your Support

  1. reminder to donors that these people have been refusing to implement basic features such as fandom count filters and tag blacklists for over 17 years. dont donate to people who dont care

    Comment Actions
    1. To be fair, the excluding tags feature works just fine for blacklisting.

      Last Edited Mon 27 Apr 2026 06:50PM UTC

      Comment Actions
    2. says the one with an ao3 account 🥹

      Comment Actions
    3. 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
    4. Fluffy Arcanine Boi

      The site is open source and accepts code contributions. If you want to see those features, I'm sure you're welcome to contribute to the site.

      Comment Actions
    5. 1. Delete your account then
      2. Be a volunteer or write a letter to the admins
      3. Think twice before commenting

      Comment Actions
    6. reminder to you that the site is open source and you could personally offer your coding expertise to this non-commercial, non-profit project.

      Comment Actions