Unspicy Mode for AO3
Are you a younger reader, or maybe a sex-repulsed asexual? Or maybe you're just not into all the really sexual sort of fanfictions. I have a CSS code you can add to your Site Skins on AO3! Simply copy this into the CSS box and you will find your browsing undisturbed by Explicit, Mature, and even the Not Rated, and Chose Not to Warn fanfictions (which can be untagged entirely!)
.blurb:has(span.rating-explicit) { display: none !important; } .blurb:has(span.rating-mature) { display: none !important; } .blurb:has(span.rating-notrated) { display: none !important; } .blurb:has(a[href*="/tags/Choose%20Not%20To%20Use%20Archive%20Warnings/works" i]):before { content: "Restricted Work"; color: #ffffff !important; background-color: #860111; } .blurb:has(a[href*="/tags/Choose%20Not%20To%20Use%20Archive%20Warnings/works" i]) > * { display: none !important; } .blurb:has(a[href*="/tags/Rape*s*Non-Con/works" i]):before { content: "Restricted Work"; color: #ffffff !important; background-color: #860111; } .blurb:has(a[href*="/tags/Rape*s*Non-Con/works" i]) > * { display: none !important; } .blurb:has(a[href*="/tags/Underage%20Sex/works" i]):before { content: "Restricted Work"; color: #ffffff !important; background-color: #860111; } .blurb:has(a[href*="/tags/Underage%20Sex/works" i]) > * { display: none !important; }
Flag Enabling:
Here is how to enable the flags on chrome if you are before version 105:
1: Go to chrome://flags/ 2: search Experimental Web Platform features 3: enable it
And for firefox 1: Go to about:config 2: accept the instability risk warning 3: search for layout.css.has-selector.enabled 4: enable it
















