Skip to content

darthkrallt/AO3rdr

Repository files navigation

DK's Unofficial Reader Manager - AO3rdr

A bookmark manager for reading on Archive of Our Own (http://archiveofourown.org). Please note that this is just made by me for fun, I am not affiliated with the Archive.

Features include:

  • Three star rating system
  • Hide works
  • Blacklist by tags
  • Bookmark by chapter read
  • Keep track of last visit
  • Backup and restore user data
  • Cloud Sync for multiple browsers
  • Open source

Where to get it

Chrome

Available from the Google Chrome webstore https://chrome.google.com/webstore/detail/ao3rdr/hbbcholilmaipbhjbcohpleofolpdnjl

Firefox

Latest testing version is available from https://github.com/darthkrallt/AO3rdr/blob/master/ao3rdr.xpi

Available from the Mozilla Addon site:

This is to be developed with both mobile and desktop use in mind, so no SDK's were used that are not available on Firefox's beta mobile browser.

Opera

Waiting for approval process.

Credits

Modifications to 3rd Party Libraries

Bugs

Upcoming Features

How to Build

Chrome

./build-chrome.sh  # Then use "load unpacked extension" 
# to import the build/ao3rdr folder into chrome

Firefox

  • JPM, current release jpm run
  • (WebExtensions, NOT RELEASED) build-firefox.sh # Must manually load into FF

Opera

  • See 'Chrome'

How to Release

See RELEASE_PROCESS.md

License

Copyright (C) 2015  Darthkrallt

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
USA