Put Marked for Later Button on AO3 Home

Puts the "Marked for Later" button on the home page of AO3.

< Feedback on Put Marked for Later Button on AO3 Home

Question/comment

§
Posted: 2025-08-25

To match the style of the other navigation items I replaced <li> with <li class="dropdown">.

To put it before the search tab for mobile you can replace .append with .find('li.search').before

You can also delete lines 27, 28 and 30 as they are not doing anything and causing a warning.

Post reply

Sign in to post a reply.