Skip to content

Instantly share code, notes, and snippets.

@karronoli
Forked from avocado3/gist:1801194
Last active September 30, 2015 13:58
Show Gist options
  • Save karronoli/1803125 to your computer and use it in GitHub Desktop.
Save karronoli/1803125 to your computer and use it in GitHub Desktop.
Bookmarklet:open Pixitail by illust_id
javascript:(function(id){id&&location.href="pixitail://org.cathand.pixitail/pixiv/"+id})(prompt("illust_id?"))
@karronoli
Copy link
Author

空白とか波括弧残ってるけど10byteくらい削った

@karronoli
Copy link
Author

(function(){})()でreturnなければundefined返すけど!function(){}はfalseを返すのでブックマークレットには不向き

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