Work Text:
Fanwank eraser is an Ao3 skin that is easy to implement. It will hide fics, comments and bookmarks by a given user so you don't have to see them.
1. Go to skins.
2. Press the 'create site skin' button.
3. Make sure you have clicked on 'write custom css'. Give it a title.
4. Paste the below code in.
.user-000000{
display: none !important;
}
5. Find the wanker who has been annoying you. Go to their profile and find their user ID.
6. Replace the zeros with their user ID. (Using mine for demonstrative purposes.)
.user-1936879{
display: none !important;
}
7. Press 'submit'.
8. Press 'use'. This is on the lower right hand side of the page.
9. The fics, bookmarks and comments from that user will now be hidden from view. This is seamless and you won't see any gaps or ugly formatting.
10. 'Wait! There are multiple wankers I need to hide!' I've got you mate. Copy this code/formatting style and add the user ID's of the people you want to hide.
.user-000000,
.user-101010,
.user-202020{
display: none !important;
}
11. After each user add a comma, aside for the last user. You can hide as many users as you want so long as you follow that formatting rule.
12. Enjoy!
