Greasy Fork is available in English.
Adds a button to Amazon book pages to redirect to Goodreads page based on ASIN/ISBN
Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.
Replace https://*.amazon.*/* with multiple domains again as this doesn't work with Tampermonkey.
revert changes as bug found with books with multiple covers
Changed observe from watching whole page to just left col, meant to be better for performance.
Fixed button showing up on all amazon pages.
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.
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.
- Added all supported domains for amazon.- Now works even if you not signed into Goodreads.
new div id for ebook and update to show on paperback and hardbacks with different div ids
Updated as Amazon changed site layout
Changed location of button to left side with other buttons.