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
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
Comment on April 2026 Membership Drive: Thanks for your Support
PoniV Mon 27 Apr 2026 03:20PM UTC
Comment Actions
Ozzy (BloodiedMadonna) Mon 27 Apr 2026 06:45PM UTC
Last Edited Mon 27 Apr 2026 06:50PM UTC
Comment Actions
PupcakeIsCubesWife Mon 27 Apr 2026 07:46PM UTC
Comment Actions
CriesOfDistopia Mon 27 Apr 2026 08:49PM UTC
Last Edited Mon 27 Apr 2026 08:51PM UTC
Comment Actions
Starshell Mon 27 Apr 2026 10:51PM UTC
Comment Actions
SopheliaRose Tue 28 Apr 2026 07:10AM UTC
Comment Actions
onionii Wed 29 Apr 2026 04:19AM UTC
Comment Actions