Skip to content

Instantly share code, notes, and snippets.

@goldeneggg
Created October 25, 2012 15:58
Show Gist options
  • Save goldeneggg/3953635 to your computer and use it in GitHub Desktop.
Save goldeneggg/3953635 to your computer and use it in GitHub Desktop.
amazon先生がchromeでKindle化リクエストボタン表示に対応してくれるまでのブックマークレット
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;
@ymkjp
Copy link

ymkjp commented Nov 20, 2012

amazon先生がchromeでKindle化リクエストボタン表示に対応してくれたものの押下が面倒くさいので自動化しました。
Chrome Extension
https://github.com/ymkjp/kindlize-it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment