Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diordany/youtube-shorts-bypass
A Chrome extension that redirects YouTube Short URLs to the regular player.
https://github.com/diordany/youtube-shorts-bypass
bypass chrome chrome-browser chrome-extension chrome-plugin shorts url youtube
Last synced: 4 days ago
JSON representation
A Chrome extension that redirects YouTube Short URLs to the regular player.
- Host: GitHub
- URL: https://github.com/diordany/youtube-shorts-bypass
- Owner: Diordany
- License: unlicense
- Created: 2024-02-12T19:04:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T20:13:05.000Z (11 months ago)
- Last Synced: 2024-11-07T23:42:58.349Z (about 2 months ago)
- Topics: bypass, chrome, chrome-browser, chrome-extension, chrome-plugin, shorts, url, youtube
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YouTube Shorts Player Bypass
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
A Chrome extension that redirects YouTube Short URLs to the regular video player.
## Purpose
I got annoyed with YouTube's Shorts player, and I didn't want to manually modify the video URLs to load the regular player anymore.
## Method
The extension uses a naïve approach. It assumes that the short is accessed with a URL of the following format:
```
https://www.youtube.com/shorts/
```It then replaces the URL with:
```
https://www.youtube.com/watch?v=
```This does not work when the Shorts page is accessed from some of YouTube's UI elements, but a page refresh should work in that case.
Feedback and/or patches that improve on this approach are welcome.
## Installing
The extension is currently not available on the [Chrome Web Store](https://chromewebstore.google.com/), it has to be installed manually.
1. Save the extension to your device.
2. Follow the instructions under the section **Load an unpacked extension** [here](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world).