Skip to content

Instantly share code, notes, and snippets.

@autch
Created March 31, 2025 13:42
Show Gist options
  • Save autch/f23836f065a2fdd52cf58ab277306211 to your computer and use it in GitHub Desktop.
Save autch/f23836f065a2fdd52cf58ab277306211 to your computer and use it in GitHub Desktop.
Twitter (or X) の画像を原寸で表示させるbookmarklet
javascript:window.location.href=((h)=>{u=new URL(h);u.searchParams.set("name","orig");return u.href})(window.location.href)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment