AO3 Tag Blocker CSS Generator

Enter tags to block in the fields below. The tool will generate CSS code for your AO3 skin that hides matching works. There is also scrollbox other sites run on otw code. (99.9% are blocked by the same code as ao3 it is for those 0.1% which aren't)


Note: It can take AO3 1–10 minutes to recognize some tags as blocked. Don’t panic if you don’t see them disappear right away. Once recognized, they remain blocked until you disable the skin.

How to Use This CSS in Your AO3 Site Skin:

  1. Log in to your Archive of Our Own (AO3) account.
  2. Go to your Dashboard.
  3. Click on "Skins" under or next to Preferences.
  4. Click Create Site Skin.
  5. Give your skin a title (e.g., "Blocked Tags").
  6. Paste the CSS code generated by this tool into the "CSS" textarea.
  7. Click Create.
  8. Return to your Dashboard and select the skin under "Site Skin".
  9. Click Save Changes.

This CSS hides works containing the entered tags or ratings from view in the works list. They will become visible again if you switch off the skin.

Scrollbox: Additional CSS for Other Archives Using OTW Code

This scrollbox contains CSS to block tags from other OTW-based archives that AO3’s standard code might miss.

Squidgeworld

li.work.blurb:has(a.tag[href*="/Suicide*s*Suicidal%20Ideation/"]) {
  display: none !important;
}

Superlove

.blurb:has(a[href*="/tags/Suicide%20*a*%20Suicidal%20Ideation/works"]) {
  display: none !important;
}
 .blurb:has(a[href*="/tags/Self-Harm*s*Self-Injury/works"]) {
  display: none !important;
}