i like how this is an official tag despite it having 3 fics
the volunteers at ao3 saw this term once, and just NEEDED it to be official
or the even funnier approach, they made the tag BEFORE anyone used it in a fic, like they were PREPARED
seen from United States
seen from United States

seen from United States
seen from China

seen from United States
seen from China

seen from United States
seen from United States
seen from Taiwan
seen from China
seen from United States
seen from China
seen from China

seen from United States

seen from United States

seen from United States

seen from United States

seen from United States
seen from China
seen from Indonesia
i like how this is an official tag despite it having 3 fics
the volunteers at ao3 saw this term once, and just NEEDED it to be official
or the even funnier approach, they made the tag BEFORE anyone used it in a fic, like they were PREPARED

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch β’ No registration required β’ HD streaming
okay guys
AO3 ADD-ONS!!!!!!!!!
a guide by a newbie who knows nothing about code. please feel free to correct me and/or provide your own resources.
so if you're here at all you've likely heard of site skins on AO3. this is going to be your main "modifying medium" and the method that allows you to stay vanilla. the two other things I'll be talking about are bookmarklets, based in your bookmarks, and user scripts which you need an extension and sometimes a different browser to use. (BUT THEY'RE TOTALLY WORTH IT!!!!)
I'll be, in order, doing a quick explanation, helpful resources and a list of each kind of add-on. This is made by someone on a tablet, but a combination of common sense and provided resources should make doing this stuff on other devices fairly easy.
this fanfic shit easy as hell
I wonder if the AO3 staff know how loved they are? Especially after finishing maintenance early, our heroes!
(muttering to myself) ao3 is an archive not social media i dont need to delete my old fics just because theyre bad there is no such things as bad fics "tainting" my account i didnt post my writing to gain followers i posted it to share it with people

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch β’ No registration required β’ HD streaming
'fics are only for comfort/gooning they're not that deep'
Well they are deep for me? I actually want criticism on my works I want to know how guys who read my fics feel and think while reading them I want to hear their opinion
I'm glad you enjoy them enough to leave likes/kudos but I really care about your opinion that you keep to yourself as long as it's said nicely
the anti intellectualism stuff are not for me even in something as simple looking as fanfiction.
For more see index.
How To Block Works & Authors (from showing up in your search)
Ao3 has a block/mute function built in to the site, but that only stops the blocked party from being able to interact with your fics. That may work fine for some people such as those spamming your works with unwanted comments, or someone being mean. But many times when you block someone it is because you just don't want to see anything to do with that person i.e any of their works, and therefore the built in block is not much help. There is a way to properly block a user or a particular work from showing up in your searches though, using site skins as always!Β
How To Block A User:
To block a user simply go into the 'Custom CSS' box of your site skin, and paste this piece of code:
.user-000 { display: none !important; }
This will do nothing if left as is, the '000' is a placeholder for the user ID of the person you want to block. I will use mine as a demonstration of how it works (please don't block me, I'm your friend).
My user ID is:5135567
e.x.
.user-5135567 { display: none !important; }
How To Block Works:
Sometimes there is a particular work, maybe for a fandom or ship you're into, that for whatever reason you have no interest in reading but it shows up every time you look for fics. Whatever reason you want to block a work, be it a fic that's triggering for you, one you dislike that's continually updating to the top of the tag, or just an annoying fic with waaaaaaaaay too many tags, to block a work simply go into the 'Custom CSS' box of your site skin, and paste this piece of code:
.work-000 { display: none !important; }
Again the '000' is a placeholder for the work no. which is a set of numbers unique to every work on ao3. I will use this work no. to demonstrate (this work no is no longer a part of ao3, but the example servs it's purpose).
https://archiveofourown.org/works/58275322
e.x.
.work-58275322 { display: none !important; }
Now running this code would block the work from appearing in your search.