Chapter Text
To block a specific fic:
-
From Dashboard, go to Skins, and click Create Site Skin.

-
In the Title field, enter a name for the skin. In the CSS field, paste the following code. I am using an example code with the work ID of 0001, each fanfic has a unique ID you can find in the URL. For example, the ID for this work is 29509287.
.work
-0001 {
display: none !important;
}Make sure you copy everything, including the period in the beginning!

-
When you're done, click Submit, and then click Use.

You're all done now! You'll never have to see that monstrosity ever again. It doesn't matter where you're browsing from, as long as you're logged in, you won't see that fanfic anymore.
To block more works:
If you want to block more works, you can go back to the skin you made and add another line of with a different work ID:
.work-0001,
.work-0002,
.work-0003 {
display: none !important;
}
To block by authors, see Ch2.
Tip: If you are already using a site skin such as Reversi, you'll need to do a bit more work.
- In Step 2, scroll down to Advanced and click Show to expand.

- Locate Parent Skins and then click Add parent skin.

- In the field under Parent, enter the name of the skin you want (eg: Reversi) and select it.

- When you're finished, click Update, and the parent skin will apply in addition to the custom blocklist you've made.
Note: This only serves to hide the work from you. Each page is meant to display 20 works. If a blocked work appears on a page, you'll see 19 works instead of the full 20.
