Tired of splitting your reading wish-list between Amazon and GoodReads? Me too. Here’s an “Add to GoodReads” bookmarklet. Just highlight the code and drag it to your bookmark bar. You might have to right-click->Edit to give it a title like “Add to GoodReads”. This should work from Amazon product detail pages where you would otherwise click “Add to Wish List”.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: var array = document.URL.match(/amazon\.(.*?)\/.*?\/([^/]{10})/); if (array == null) { alert('Sorry, this doesn\'t appear to be an Amazon book page.'); } else { var x = window.open('http://www.goodreads.com/review/isbn/'+ array%5B2%5D + '?tld=' + array%5B1%5D + '&from=bm', 'add_review'); x.focus(); }
Hey, this is very cool and thanks for sharing. Just want to let you know it also isn’t working for me. Going from a book page I end up at https://www.goodreads.com/search with no fields prepopulated. I can’t post screenshots here but feel free to email me for a better bug report if you want. Smith Adam Carl Gmail.
I’m an tech-savvy, entrepreneurially-spirited guy. Currently, I’m a Senior Engineering Manager at Confluent, building out the hosted Confluent Cloud and helping put a streaming platform at the heart of Fortune 500 enterprises. This is my personal blog. Giving true meaning to the origin of the term, my blog is a catalog of my thoughts on various matters, ranging […]more →
Thank you! The bookmarklet on Goodreads’ site doesn’t work. Much appreciated.
Glad to help! I use this little hack all the time nowadays.
codyray,
Your code seems to have recently stopped working…. any ideas what may have happened?
Thanks,
Jon
This bookmarklet still works perfect for me. Did it start working for you again?
Hey, this is very cool and thanks for sharing. Just want to let you know it also isn’t working for me. Going from a book page I end up at https://www.goodreads.com/search with no fields prepopulated. I can’t post screenshots here but feel free to email me for a better bug report if you want. Smith Adam Carl Gmail.