Skip to content

Instantly share code, notes, and snippets.

@moyashi
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moyashi/47a4f4a48c489619e584 to your computer and use it in GitHub Desktop.
Save moyashi/47a4f4a48c489619e584 to your computer and use it in GitHub Desktop.
Kindle Cloud Reader ( https://read.amazon.co.jp/ ) で読んでる本の画像サイズを表示するブックマークレット
javascript:img%3D%24%28%27%23KindleReaderIFrame%27%29.contents%28%29.find%28%27%23kindleReader_content%20iframe%27%29.first%28%29.contents%28%29.find%28%27img%27%29%3Balert%28%22height%3A%22%20%2B%20img.attr%28%27height%27%29%20%2B%20%22%20width%3A%22%20%2B%20img.attr%28%27width%27%29%29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment