Actions

Work Header

Rating:
Archive Warning:
Fandom:
Additional Tags:
Language:
English
Stats:
Published:
2026-07-27
Completed:
2026-07-27
Words:
303
Chapters:
3/3
Comments:
9
Kudos:
31
Bookmarks:
9
Hits:
616

Anti-AI Siteskins

Summary:

The two siteskins I use to avoid content generated with LLMs.

Chapter 1: Ailarm

Summary:

Alerts to the presence of Claude, Gemini and deepseek HTML artifacts by turning the page red. Works with any skin that is set as the parent skin!

This has NO false positives, but due to the way the code works, it will only alert to fics that contain HTML artifacts from the aforementioned LLMs. Not all LLM-generated fics do!

Recommend turning on "Show the whole work by default" in your Preferences, to avoid unwanted surprises if a fic only has artifacts in later chapters.

Based on that heatedrivalryaifics skin but tweaked a lot.

Notes:

This code is "anyskin". Just set your preferred skin as a parent skin, and you'll get both. If you want to use the Aider as well, set the Aider as the first parent skin, and the visual skin as the second parent skin. This improves the Aider's load time in my experience 👍 (Or use the Aider as the main skin, this as first parent, and the visual skin as 2nd parent, up to you. The Ailarm and the Aider being loaded early seems to reduce elements flashing during page load.)

Chapter Text

body:has(.userstuff :is(.font-claude-response-body,
.enable-luminous-fast-follows,
.ds-markdown-paragraph,
.ds-message)) :is(#outer,
#main,
.preface,
.userstuff) {
background: red !important;
color: #fff !important;
}