Skip to content

Instantly share code, notes, and snippets.

@minodisk
Last active August 29, 2015 14:16
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 minodisk/4421b8ebc23e3d96a657 to your computer and use it in GitHub Desktop.
Save minodisk/4421b8ebc23e3d96a657 to your computer and use it in GitHub Desktop.
Bookscan の マイ本棚 β版 に表示されている本を一括で DL
$('.downloading.showbook').each(function(i,a){var map={};$(a).attr('href').match(/\?(.*)/)[1].split('&').forEach(function(kvs){var kv=kvs.split('=');map[kv[0]]=kv[1]});window.open('download.php?d='+map.d+'&f='+map.f)})
@minodisk
Copy link
Author

Google Chrome の場合の手順

  1. javascript:$('.downloading.showbook').each(function(i,a){var map={};$(a).attr('href').match(/\?(.*)/)[1].split('&').forEach(function(kvs){var kv=kvs.split('=');map[kv[0]]=kv[1]});window.open('download.php?d='+map.d+'&f='+map.f)}) をブックマークに登録する。
  2. Bookscan の マイ本棚 β版を開き、登録したブックマークを選択する。
  3. system.bookscan.co.jp でポップアップが開くことを許可する。許可してない場合は OmniBox にダイアログが出るので OmniBox のアイコンから許可できる。

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