people who write their fics directly onto archive of our own site do not fear death by the way
in all seriousness, please always keep backups of your works, write them somewhere else (google doc is a good choice) then copy and paste onto ao3 when you're done, because ao3 itself does not automatically save your works for you, meaning you can lose all of your progress
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.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
it's come to my attention that not enough people are aware of ao3's otp:true function, and if I'm going to evangelize about one thing, it's going to be this, so: searching "otp:true" under filters > search within results lets you filter results so that fics tagged solely with the main ship show up!
psa that there’s no reason to be shy or nervous abt commenting bc if an author genuinely did not want comments they would simply disable commenting on their end. if you have the capability to comment that means they’re welcome and that you should <3
Hey rarepair shippers, I'm about to change your lives.
The AO3 Primary Ship Search add-on for Firefox (it's called AO3 First Tag Search for Chrome) adds this little checkbox to the AO3 advanced search page
And if you check the box, the search only returns fics where the pairing you entered is the first one tagged. This is better than the otp:true operator imo because it will show fics with secondary/background pairings too as long as your preferred ship is the main one.
You can even use the add-on in Firefox or Kiwi browser on Android mobile.
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.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
Scroll down until you see the "Edit my works" button
After clicking it you'll end up in the "Edit Multiple Works" section
Choose the works you want to lock. You can pick all of them or just the specific ones. Then click the "Edit" button.
Scroll down until the "Privacy" section. "Visibility" would have "Only show to registered users" option. This is what you need to choose to lock the fics.
You can change other stuff if you want, like maybe add comment moderation.
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.
IF LIST ITEMS DO NOT HAVE CREDIT LISTED, I EITHER FORGOT, DON'T KNOW THE CREATOR, OR THE LINK IS TO THE CREATOR'S POST/WORK.
LIST ITEMS ARE LINKED ON THE COLORED TEXT
Site Skins!
What are they?
Site skins are the vanilla method of changing how your AO3 looks. Going to your dashboard and then skins [you need an account to use skins], you can see a list of your skins and public ones. The most popular, and likely the only skins you've seen before, primarily change the appearance of AO3. However, there is another kind of site skin that I've decided to call 'functional skins'. Functional skins differ from decorative skins in that they change things beyond font and color. My primary examples are perma-blocking tags, shortening blurb tags and adding a scroll bar, and replacing the (rating, relationships, etc.) icons with writing providing the same information.
To create a functional site skin, simply create a new skin and copy and paste your code below the CSS header! (the skin upon creation should automatically be set to a site skin with the CSS code box.)
To use a functional site skin in conjunction with a decorative site skin, set the F skin as the D's parent skin under "Advanced" in the D skin editor. If it doesn't immediately work, try flipping the parent chain around. If that doesn't work, your decorative skin might somehow block the function. (this is sadly the case with one of my functional skins.)
Resources
The best resources I can give you for site skins are Tumblr users @ao3commentoftheday and @ao3skin ! (sorry for the tag!!) Not only do they have a lot of decorative skins, they also both have functional skins!
The List
- warnings/rating/etc icons in text form
(I never really memorized the icon meanings so this is both easier for me to understand and is still colorful! I did change the text color to be lighter to work with my dark theme, though)
- shortens tag section and adds tag scroller
li.blurb .tags {
max-height: 7.5em;
overflow-y: auto;
}
(genuinely don't know where I found this one nor the link to it so here; very useful in preventing tag walls while browsing)
- perma-blocks tags (you won't have to filter them!)
(SO SOS SO SO SO AWESOME! haven't finished my list yet since it's (in my opinion) a bit tedious but definitely worth it and not all that difficult)
- rainbow text!!!
(very pretty! works with my decorative skin, too!)
- changes the color of links you've visited
(neat, but doesn't work with my deco skin :[ wanna try to figure out why!)
- my current decorative skin :]
(it glowy!!!!! prebby!!!!! need I say more)
Bookmarklets!
What are they?
Bookmarklets are bookmarks! But with javascript and therefore funky functions. Genuinely don't know how to explain them, nor how to free hand but the javascript from my understanding goes certain places in the bookmark's URL.
Resources
Again, I know nothing about javascript and therefore.... can only provide you a couple handy bookmarklets myself!
The List
- replaces y/n with specified name
(what it says on the tin! haven't tried this one out since I don't read y/n docs but it seemed helpful.)
- saved filters
(I should NOT need to explain why this one is awesome. seriously guys it's awesome)
- saved filters specifically filtering out smut tags
(This is my personal use of the last one listed! this is not an exhaustive filtering out but it's that many more that you won't have to type out next time. COPY AND PASTE THE TEXT ABOVE INTO AN EMPTY BOOKMARK'S URL TO USE!)
User Scripts!
What are they?
User scripts are where it gets spicy. They're outside the site, so can modify it beyond appearance, add new features and generally do stuff the other options can't.
To use a user script, you need a script manager extension, and some browsers don't support extensions (cough CHROME cough). Fear not, though! It's easy to download other browsers and find compatible script managers.
Resources
A good basic guide to scripts! Greasy Fork
A good, fairly universal script manager! Tampermonkey (search for downloading on your current browser)
A list of AO3-specific user scripts! Greasy Fork
The List
- adds Marked for Later button to work blurbs while browsing and on the home page/top of the screen
- recommends fics based on certain tag combos in a work
- adds download button to work blurbs while browsing
- allows filtering bookmarks by length
- assigns length to works and compares them to a list of published novels' lengths
- removes kudos button when you've already left kudos
- floaty reviewer box! for writing comments as you read
- when browsing, collapses blurbs of works that are later than part 1 in a series
- rearrange the tag order when editing works and bookmarks
- puts a badge in the menu when you have unread inbox stuff
- easy interface for formatting comments with HTML
- style editor, blacklist, bookmarks that mark your exact place, good all-in-one
(you can disable functions you don't want/need for this one ↑)
- score calculators based on kudos/hits ratio and chapters and a more complicated "engagement score"
(I more use these scores out of curiosity than anything)
Enfin!
Thank you for reading my guide! I don't usually do stuff like this but I suspect I'm hyperfixated. I'm very tired, worked pretty hard on this and it's currently past midnight for me so if this was helpful please share it!!!! All credit due to the respective creators in here.