Skip to content

Instantly share code, notes, and snippets.

@Milly
Forked from avocado3/gist:1801194
Created June 15, 2012 19:18
Show Gist options
  • Save Milly/2938280 to your computer and use it in GitHub Desktop.
Save Milly/2938280 to your computer and use it in GitHub Desktop.
Bookmarklet:open Pixitail by illust_id
javascript:void(function(id){if(id)location.href="pixitail://org.cathand.pixitail/pixiv/"+id}((/illust_id=(\d+)/.exec(location.href)||[])[1]||prompt("illust_id")))
@Milly
Copy link
Author

Milly commented Jun 15, 2012

URL 中の illust_id で Pixitail を開きます。
illust_id が無い場合、入力プロンプトを開きます。

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