Created
October 25, 2012 15:58
-
-
Save goldeneggg/3953635 to your computer and use it in GitHub Desktop.
amazon先生がchromeでKindle化リクエストボタン表示に対応してくれるまでのブックマークレット
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
var asin = document.getElementById('ASIN').value; | |
location.href = 'http://www.amazon.co.jp/gp/digital/fiona/detail/request-kindle-edition/ref=dtp_dp_su_' + asin + '?ie=UTF8&a=' + asin; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
amazon先生がchromeでKindle化リクエストボタン表示に対応してくれたものの押下が面倒くさいので自動化しました。
Chrome Extension
https://github.com/ymkjp/kindlize-it