AO3 FicTracker

Track your favorite, finished, to-read and disliked fanfics on AO3 with sync across devices. Customizable tags and highlights make it easy to manage and spot your tracked works. Full UI customization on the preferences page.

These are versions of this script where the code was updated. Show all versions.

  • v1.4.0 2025-01-08

    Hotfix: Fixed issue with mismatched settings structure, ensuring smooth upgrades to new versions.
    Improved Settings Merging: Added automatic merging for stored settings to match the updated structure without losing user data.
    Versioning: Introduced version check to ensure proper handling of future updates, preventing similar issues in the future.

  • v1.3.0 2025-01-07

    Reworked tag management system to reduce redundancy and improve maintainability.
    Enhanced highlighting system for dynamic status handling.
    Made tag buttons togglable for easier use.
    Feature: You can now tag works not only from the work page but also from search results and other listings via a handy dropdown menu.
    Feature: Dislike status added.
    Implemented remote bookmark data sync to support tagging in listings.
    Fixed several regex issues and added missing patterns for improved detection.

  • v1.2.6 2025-01-03

    Bugfix: Bookmark notes HTML escaping bypass

  • v1.2.5 2024-12-18

    Added features: delete empty bookmarks on status removal to keep bookmarks list clean, reset settings button

  • v1.1.5 2024-10-31

    Fixed a bug with dd selector precedence
    Added Debug mode toggle in settings menu
    Added feature to duplicate action buttons at the end of the page. Togglable in the settings, enabled by default

  • v1.0.4 2024-10-25

    Updated getPseudId to handle cases with multiple pseuds

  • v1.0.3 2024-10-24

    Changed regex for work page to include opened comments & bookmark blocks, changed selector for pseudId

  • v1.0.2 2024-10-24

    Fixed a bug where the settings object was being overridden by undefined under certain conditions.

  • v1.0.1 2024-10-21

    Auto-update checks were added using @updateURL.

  • v1.0 2024-10-21