Created
September 27, 2025 09:21
-
-
Save pazworld/6ed6eeb79ce6b0596ee180ebc3b8459a to your computer and use it in GitHub Desktop.
YouTubeのショート動画を通常サイズで表示するブックマークレット
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){window.location.href=window.location.href.replace('/shorts/','/watch?v=');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment