TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: YouTube Shorts Redirector

55 点作者 donutpepperoni大约 1 年前
I am neurodivergent and noticed the Youtube Shorts format was hacking my brain to engage longer than I wanted. I wrote this quick extension to gain my time back. If you have suggestions for improvement, I'm all ears. Thank you :)

11 条评论

fotcorn大约 1 年前
Note that YouTube Shorts are just normal YouTube videos on a different URL. This means you can take a link to a Shorts like <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;&lt;id&gt;" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;shorts&#x2F;&lt;id&gt;</a> and change it to <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=&lt;id&gt;" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=&lt;id&gt;</a>.<p>This way, you won&#x27;t get the dreaded doomscroll interface, and you can also scrub through the video!
评论 #40050314 未加载
评论 #40050694 未加载
评论 #40050251 未加载
评论 #40051627 未加载
victorstanciu大约 1 年前
If you use uBlock Origin, you can also just hide them: <a href="https:&#x2F;&#x2F;github.com&#x2F;gijsdev&#x2F;ublock-hide-yt-shorts">https:&#x2F;&#x2F;github.com&#x2F;gijsdev&#x2F;ublock-hide-yt-shorts</a>
评论 #40049353 未加载
anArbitraryOne大约 1 年前
I just use a macro that changes the URL from &quot;shorts&quot; to &quot;watch&quot;, thereby yielding a regular video player
frizlab大约 1 年前
I have an even more radical solution. Whenever I have to watch something on yt (because I was sent a link to it), I download the video using yt-dlp and watch the downloaded video. I never ever go on the website :-)
评论 #40049920 未加载
评论 #40050145 未加载
notpushkin大约 1 年前
Neat!<p>There&#x27;s also Redirector, which allows to do all kinds of redirects like this. For example, I use it to redirect from YouTube to Invidious or from Booking.com confirmation page to the variant without upsells (which are otherwise tricky to block with uBlock Origin).<p><a href="http:&#x2F;&#x2F;einaregilsson.com&#x2F;redirector&#x2F;" rel="nofollow">http:&#x2F;&#x2F;einaregilsson.com&#x2F;redirector&#x2F;</a><p>My rules: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;notpushkin&#x2F;ee1ed3aa55a0926708d0de854c7e5482" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;notpushkin&#x2F;ee1ed3aa55a0926708d0de854...</a>
评论 #40049756 未加载
f0ld大约 1 年前
There&#x27;s a user script version of that here as well for mobile browsers. You need to install Tapermonkey first or Userscript app for Macintosh. <a href="https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;439993-youtube-shorts-redirect" rel="nofollow">https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;439993-youtube-shorts-redi...</a>
kissgyorgy大约 1 年前
Shorts make me really mad. I use this Chrome extension to remove everything related to Shorts: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;hide-youtube-shorts&#x2F;aljlkinhomaaahfdojalfmimeidofpih" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;hide-youtube-short...</a>
评论 #40071439 未加载
Brajeshwar大约 1 年前
I use a very manual mode on Safari (my default browser) - once very month, I click the &quot;X&quot; besides the Shorts Carousal and it works until the next time, then I repeat.<p>Disclaimer: I&#x27;m not that into YouTube and kinda &#x27;lucky-priced&#x27; to be in a region-discounted part of the world.
panqueca大约 1 年前
Youtube lite is also a time saving alternative worth to check. The only down side is you have to have your own api keys though.<p>- <a href="https:&#x2F;&#x2F;youtube-lite.js.org" rel="nofollow">https:&#x2F;&#x2F;youtube-lite.js.org</a>
crtasm大约 1 年前
Is there a way to get an RSS feed for a Youtube channel which excludes shorts?
评论 #40050921 未加载
评论 #40050913 未加载
dilliwal大约 1 年前
Nice, already installed on my chrome, thanks