Skip to content

Instantly share code, notes, and snippets.

@K-atc
Last active July 27, 2019 12:25
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 K-atc/75f122cf8c9921b6f2c85f7f790c7edc to your computer and use it in GitHub Desktop.
Save K-atc/75f122cf8c9921b6f2c85f7f790c7edc to your computer and use it in GitHub Desktop.
Twitterの画像をオリジナルサイズで表示するブックマークレット

Twitterの画像をオリジナルサイズで表示するブックマークレット

javascript:(function(){javascript:(function(){var url = window.location.href;url = url.replace(/name=.+/, 'name=orig');window.location.href = url;})()})();
javascript:(function(){
var url = window.location.href;
url = url.replace(/name=.+/, 'name=orig');
window.location.href = url;
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment