Work Text:
With the following template you can filter out any tag on ao3 permanently as long as you use the custom site skin that uses said template.
li:has(a.tag[href*="/THE TAG/" i ]){display:none;}
- Go to create a new site skin (here)
- Copy and paste the template above into the text box titled "CSS"
- Replace "THE TAG" with the text between "/tags" and "/works" that shows up inside the URL of the tag you wish to filter out (visual below, "/"s are important.)
4. Complete your skin, give it a keysmash title (titles have to be unique, leave fancy names for public skin makers) and make sure that its type is "site skin"
5. Click "submit" and then "use" to save and turn on your skin!
Here are presets for each of the 4 main warning tags that AO3 uses. (Names of which are in bold)
li:has(a.tag[href*="/Graphic%20Depictions%20Of%20Violence/" i ]){display:none;}
-
li:has(a.tag[href*="/Rape*s*Non-Con/" i ]){display:none;}
-
li:has(a.tag[href*="/Underage/" i ]){display:none;}
-
li:has(a.tag[href*="/Major%20Character%20Death/" i ]){display:none;}
Important:
-If you want to remove your filter, turn off the site skin.
-Remember to always read tags before reading something regardless, filters are never perfect!
