Skip to content

Install Section Category Headers

Valerio Lyndon edited this page Jun 13, 2022 · 2 revisions

You are here: Home > Clarity > Install Section/Category Headers


To add section/category headers to your all anime/manga pages, you can use these userscripts. To install, these will require a browser extension that can run userscripts, such as Tampermonkey. Visitors to your list won't need this extension.

These headers come in two flavours, basic and rounded. You may find previews here: Basic Preview - Rounded Preview

Installation - Basic Style

Visit this link to install the script: Link

If you have a userscript browser extension, as previously mentioned, then visiting this link will prompt you to install the script.

Then, add the code from this link to the bottom of your MyAnimeList CSS: Code

Installation - Rounded Style

Visit this link to install the script: Link

If you have a userscript browser extension, as previously mentioned, then visiting this link will prompt you to install the script.

Then, add the code from this link to the bottom of your MyAnimeList CSS: Code

You should know

  1. These headers will only display on the basic, unsorted all anime page. If you are sorting by a different order, searching by tag, or searching titles, the headers will be hidden.

  2. Do not change or restyle the /*MALFOX START*/ and /*MALFOX END*/ markers, nor should you place any new code within these two markers. Anything between these two markers gets wiped every time the script runs, and if you make these markers unidentifiable (changing whitespace, comment marker placement, etc) then the tool won't be able to delete the code it's looking for. Best case it could break the header code, worst case it could delete some of your other code if you really messed up the markers and ran the script multiple times afterwards.