Greasy Fork is available in English.

Open in Goodreads

Adds a button to Amazon book pages to redirect to Goodreads page based on ASIN/ISBN

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v2.4 01.11.2024

    Replace https://*.amazon.*/* with multiple domains again as this doesn't work with Tampermonkey.

  • v2.3 31.10.2024

    revert changes as bug found with books with multiple covers

  • v2.2 31.10.2024

    Changed observe from watching whole page to just left col, meant to be better for performance.

  • v2.1 31.10.2024

    Fixed button showing up on all amazon pages.

  • v2.0 29.10.2024

    updated code to stop listening for changes once button is added. This ensures that once the button is added, the MutationObserver stops running entirely, releasing resources and no longer idling.

  • v1.9 29.10.2024

    Stop working amazon must of changed something. I've update code it's a bit cleaner now, I've also made it add button to body of site if it breaks again which will make button appear on top of page. This way you can keep using it until I update it, instead of the button just disappearing.

  • v1.7 27.04.2024
  • v1.7 27.04.2024
  • v1.7 27.04.2024

    - Added all supported domains for amazon.
    - Now works even if you not signed into Goodreads.

  • v1.6 14.09.2023
    • Amazon keeps changing div tags updated to fix button now showing.
  • v1.5 06.08.2023

    new div id for ebook and update to show on paperback and hardbacks with different div ids

  • v1.4 23.07.2023

    Updated as Amazon changed site layout

  • v1.3 13.07.2023
  • v1.3 13.07.2023
    • Button now only shows on books instead of every product page.
    • Fixed two code errors.
  • v1.2 12.07.2023

    Changed location of button to left side with other buttons.

  • v1.1 12.07.2023
  • v1.0 12.07.2023