brainbaking/static/js/goodreads.js

10 lines
5.6 KiB
JavaScript
Raw Normal View History

2020-05-30 17:41:38 +02:00
var widget_code = ' <h2>\n <a style=\"text-decoration: none;\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/list/5451893-wouter?shelf=read&amp;utm_medium=api&amp;utm_source=grid_widget\">Wouter&#39;s bookshelf: read<\/a>\n <\/h2>\n <div class=\"gr_grid_container\">\n <div class=\"gr_grid_book_container\"><a title=\"Aristotles Way: How Ancient Wisdom Can Change Your Life\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3340866506?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Aristotles Way: How Ancient Wisdom Can Change Your Life\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1514915822l/37798062._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"Examined Lives: From Socrates to Nietzsche\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3311660971?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Examined Lives: From Socrates to Nietzsche\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1363862579l/10144239._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"A Job to Love\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3262210293?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"A Job to Love\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1487387596l/34331071._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"Sushi and Beyond: One Family\'s Remarkable Journey Through the Greatest Food Nation on Earth\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3253857404?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Sushi and Beyond: One Family\'s Remarkable Journey Through the Greatest Food Nation on Earth\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328032295l/6328493._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"The Alchemist\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3236038599?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"The Alchemist\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1466865542l/18144590._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"La encrucijada\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3236036089?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"La encrucijada\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1511801172l/36672765._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"Wabi-Sabi\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3088448242?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Wabi-Sabi\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1393790410l/20947392._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"De Onwetenden - Kroniek van een kruisbestuiving\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3042733723?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"De Onwetenden - Kroniek van een kruisbestuiving\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1434821444l/25763047._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"Sophie\'s World\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3041475685?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Sophie\'s World\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1343459906l/10959._SX98_.jpg\" /><\/a><\/div>\n <div class=\"gr_grid_book_container\"><a title=\"Eenzaamheid\" rel=\"nofollow\" href=\"https://www.goodreads.com/review/show/3026646772?utm_medium=api&amp;utm_source=grid_widget\"><img alt=\"Eenzaamheid\" border=\"0\" src=\"https://i.gr-assets.com/images/S/compr
var widget_div = document.getElementById('gr_grid_widget_1496758344')
if (widget_div) {
widget_div.innerHTML = widget_code
}
else {
document.write(widget_code)
}