NeoAO3
Extension Actions
- Live on Store
A WebExtension to enhance the user experience of Archive of Our Own (AO3) website.
NeoAO3 replaces the default Archive of Our Own interface with a clean, modern UI. Unlike skin or CSS-based tweaks that patch the existing page, NeoAO3 fully rewrites the frontend from scratch — it intercepts the page before it renders, parses the data from the original HTML, and displays its own interface. This approach makes it much easier to add features and keep the code maintainable.
Supported pages:
- Home page with search and fandom categories
- Work listings with filtering, sorting, and pagination
- Work detail pages with chapter navigation, bookmarks, and comments
- Fandom lists
- User profiles, bookmarks, reading history, inbox, and preferences
- Tag pages and search results
The extension operates entirely client-side. It fetches the same AO3 pages your browser would normally load and re-renders them. No data is sent to any third-party server. You can append ?neo-ao3-original to any URL to view the original AO3 page.
Works on Chrome, Edge.
This is an early release. Not all AO3 pages are covered yet, and you may run into rough edges. Bug reports and feedback are welcome on GitHub.