My Amazon Books Wish List

Feb 14, 2017

The Amazon wish list has many bugs.I even can not share it to my friends via URL.

So I use two lines JavaScript to convert them into markdown:

list = $$('h5 a')
list.forEach(function(link){console.log('* ['+link.innerText+']' + '('+link.href+')')})

You could inspect HTML content to find out why this snippet would work.

Here goes the book list:

Programming

Fictions

DIY

Do Not Remain Silent

Back To Top