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: (() => { | |
const isbn = prompt("Enter the 9 or 13 Digit ISBN for the book"); | |
if ( isbn != null ) { | |
const coverImage = `https://covers.openlibrary.org/b/isbn/${isbn}-L.jpg`; | |
navigator.clipboard.writeText(coverImage); | |
alert(`${coverImage}\n\n Cover Image URL Copied to clipboard.`); | |
} | |
})(); |
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
[{"ID":2345,"title":"Martin LeBlanc","content":"A user interface is like a joke. If you have to explain it, it’s not that good. ","link":"https:\/\/quotesondesign.com\/martin-leblanc\/","custom_meta":{"Source":"<a href=\"https:\/\/twitter.com\/iconfinder\/status\/472014218267742208\">tweet<\/a>"}},{"ID":2063,"title":"Kenny Shopsin","content":"It’s OK to do stupid things, except when you notice them.","link":"https:\/\/quotesondesign.com\/kenny-shopsin\/","custom_meta":{"Source":"<a href=\"http:\/\/www.imdb.com\/title\/tt0390109\/\">documentary<\/a>"}},{"ID":269,"title":"Brian Webb","content":"I would show my jobs to my mother, and she would always say the same thing: “That’s nice dear.” And then she would say, “Did you write it?” or “Did you do the drawing?” or “Did you take the pictures?” I’d always answer “no,” then I realized the problem. My answer was then, “I made this happen. It’s called design.” ","li |