Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.92 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.92 KB

Goodreads Ratings on Overdrive

goodreads_ratings banner Hi there! This is just a simple little WebExtension that shows Goodreads ratings of books and audiobooks on Overdrive library pages.

Permissions

The add-on only activates on Overdrive library pages and fetches ratings from Goodreads.com. No personal data is collected or used by this extension.

*://*.overdrive.com/media/*
*://*.overdrive.com/*/media/*
*://*.goodreads.com/*

Installation

Example

screenshot

Changelog

  • Version 1.2 (26/1/2022)
    • Fix for new book page and stars on Goodreads (thanks @rubenmv)
  • Version 1.1.0 (3/4/2021)
    • Handle cases when queryselector doesn't pick up the right div (Edge)
  • Version 1.1.0 (8/5/2020)
    • Fix for Chrome CORB errors
    • Show rating from Goodreads as stars (thanks @rubenmv)
    • Improved URL matching (thanks @Foxsly)
    • General code cleanup
  • Version 1.0.2 (29/01/2018)
    • Chrome compatibility fixes
  • Version 1.0.1 (18/1/2018)
    • Fix error handling
  • Version 1.0.0 (17/1/2018)
    • Initial release