How to Watch Youtube Shorts as Normal Videos

Watching YouTube Shorts in the standard video player interface provides access to crucial features like the progress bar (scrubbing), quality settings, and easier playlist management. The default Shorts player, optimized for rapid, sequential viewing, lacks this granular control.

Here are four distinct methods to watch YouTube Shorts as normal videos across different platforms.


1. Manual URL Modification (PC & Mobile Browser)

This is the most direct method and works on any device with a web browser. It leverages the difference in URL structure between Shorts and standard long-form videos.

  • Underlying Principle: YouTube uses a specific URL path for Shorts (/shorts/) and a different one for standard videos (/watch). By manually altering the URL, you can force YouTube to load the video content into the standard player interface instead of the Shorts interface.

Instructions for PC:

  1. Open any YouTube Short in your desktop web browser (e.g., Chrome, Firefox, Edge).
  2. Observe the URL in the address bar. It will follow this format: https://www.youtube.com/shorts/VIDEO_ID (Where VIDEO_ID is the unique identifier for the video).
  3. Click into the address bar and edit the URL. Replace the /shorts/ segment with /watch?v=.
  4. The modified URL will look like this: https://www.youtube.com/watch?v=VIDEO_ID
  5. Press Enter. The page will reload, presenting the same video in the standard YouTube player, complete with the timeline, quality controls, and description visible by default.

Instructions for Mobile (Android/iOS):

Since you cannot directly edit the URL in the YouTube mobile app, you must first get the link and open it in a browser.

  1. In the YouTube app, find the Short you want to watch.
  2. Tap the Share button.
  3. From the share menu, select Copy link.
  4. Open a web browser on your phone (e.g., Safari, Chrome).
  5. Paste the copied link into the address bar and go.
  6. The Short will likely open in the mobile web’s Shorts interface. Now, tap the address bar and perform the same URL modification as described in the PC instructions above.

2. Using a Browser Extension (PC Only)

For users who frequently encounter Shorts on a desktop, a browser extension is the most efficient solution as it automates the URL modification process.

  • Underlying Principle: These extensions run a script in the background of your browser. The script is designed to detect when you navigate to a URL containing the /shorts/ path. When detected, it automatically intercepts the request and redirects your browser to the corresponding /watch?v= URL before the page even loads.

Instructions:

  1. Open your browser’s extension marketplace (e.g., Chrome Web Store, Firefox Browser ADD-ONS).
  2. Search for terms like “YouTube Shorts Redirect,” “Shorts to Video,” or “Disable Shorts.”
  3. Several options will appear. Choose one with a high rating and a significant number of users for better reliability and security (e.g., “Redirector,” “ShortsBlocker”).
  4. Click Add to [Your Browser] and grant any necessary permissions.
  5. Once installed, the extension will work automatically. Now, whenever you click on a YouTube Shorts link, it will seamlessly open in the standard video player.

3. Creating a JavaScript Bookmarklet (PC Only)

A bookmarklet is a browser bookmark that stores and executes a small piece of JavaScript code instead of opening a URL. This is a lightweight, self-made alternative to a full browser extension.

  • Underlying Principle: You are manually triggering a JavaScript command that reads the current page’s URL (window.location.href), performs a string replacement operation on it, and then assigns the modified string back to window.location.href, causing the browser to navigate to the new URL.

Instructions:

  1. In your desktop browser, right-click your bookmarks bar.
  2. Select Add Page (Chrome) or Add Bookmark (Firefox).
  3. A dialog box will open. In the Name field, type something memorable like ▶️ Watch as Video.
  4. In the URL (or Location) field, paste the following JavaScript code exactly as written: javascript:void(window.location.href = window.location.href.replace('/shorts/', '/watch?v='));
  5. Save the bookmark. It will now appear on your bookmarks bar.
  6. To use it: Navigate to any YouTube Short page. Once the Short is playing, simply click your newly created ▶️ Watch as Video bookmarklet. The page will instantly reload into the standard video player.

4. The “Watch Later” Playlist Method (Android & iOS App)

This is an effective workaround that functions entirely within the YouTube mobile app, requiring no external tools.

  • Underlying Principle: When a video—even a Short—is played from within a playlist context, the YouTube app defaults to using the standard player UI to maintain a consistent playlist experience. This allows you to “trick” the app into bypassing the Shorts UI.

Instructions:

  1. Open the YouTube app and find the Short you wish to view normally.
  2. On the right-hand side of the screen, tap the Save button (it looks like a bookmark icon with a plus sign).
  3. A small dialog will appear at the bottom of the screen confirming the video has been added to a playlist, typically defaulting to Watch Later. You can tap Change to add it to a different playlist if you prefer.
  4. Now, navigate away from the Shorts feed. Tap on the Library tab in the bottom-right corner of the app.
  5. Select the Watch Later playlist (or whichever playlist you used).
  6. Find the Short you just added and tap on it from this playlist view.
  7. The video will now open in the standard mobile video player, and you will be able to see the full timeline and scrub through the video.

More Topics

Hello! I'm a gaming enthusiast, a history buff, a cinema lover, connected to the news, and I enjoy exploring different lifestyles. I'm Yaman Şener/trioner.com, a web content creator who brings all these interests together to offer readers in-depth analyses, informative content, and inspiring perspectives. I'm here to accompany you through the vast spectrum of the digital world.

Leave a Reply

Your email address will not be published. Required fields are marked *