Skip to content

Instantly share code, notes, and snippets.

@K-atc
Last active October 6, 2017 10:58
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/1e1817ae909d310de22fbba1f2858abb to your computer and use it in GitHub Desktop.
Save K-atc/1e1817ae909d310de22fbba1f2858abb to your computer and use it in GitHub Desktop.
twitterの画像

twitterの画像を開いた画面でこのブックマークレットを起動すると、オリジナルサイズになります。

javascript:(function()%7Bvar%20href%20%3D%20location.href%3Bhref%20%3D%20href.replace(%22%3Alarge%22%2C%20%22%22)%3Blocation.href%20%3D%20href%20%2B%20%22%3Aorig%22%7D)()
var href = location.href;
href = href.replace(":large", "");
location.href = href + ":orig";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment