Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created December 12, 2010 02:47
Show Gist options
  • Save rummelonp/737806 to your computer and use it in GitHub Desktop.
Save rummelonp/737806 to your computer and use it in GitHub Desktop.
Instagramのパーマリンクでこのコードをアドレスバーに入れてエンター押すとユーザーページに遷移します。
javascript:(function(){var%20profile=$(%27.profile-photo%27)[0];var%20match=profile.src.match(/profiles\/profile_(\d+)/);var%20id=match[1];location.href=%27http://instagram.mitukiii.jp/user/%27+id;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment