Skip to content

Instantly share code, notes, and snippets.

@minodisk
Created March 16, 2015 15:46
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/4d74d2d1e42e3bc62efc to your computer and use it in GitHub Desktop.
Save minodisk/4d74d2d1e42e3bc62efc to your computer and use it in GitHub Desktop.
Anitubeの.mp4を別Windowで開く
jwPlayer.config.sources.forEach(function(source){if(source.default){window.open(source.file);return false}})
@minodisk
Copy link
Author

Google Chrome の場合の手順

  1. javascript:jwPlayer.config.sources.forEach(function(source){if(source.default){window.open(source.file);return false}}) をブックマークに登録する。
  2. Anitubeの動画を開き、登録したブックマークを選択する。
  3. www.anitube.se でポップアップが開くことを許可する。許可してない場合は OmniBox にダイアログが出るので OmniBox のアイコンから許可できる。

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