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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Firefox add-on to open YouTube videos in alternative front ends

333 点作者 d3vr超过 1 年前
YouTube started blocking me because I use an adblocker. So I made this simple Firefox Add-On (haven&#x27;t made it cross-browser yet, contributions welcome!) to open videos in alternative front-ends (piped.video by default).<p>Default keybinding: Alt+J to reopen current page in the configured frontend.<p>Shift+Click to open any video in a new tab in the configured frontend.<p>You can change the default frontend to something else if you like.

20 条评论

ryandrake超过 1 年前
It would be nice if browsers were able to get around all these kinds of shenanigans directly, instead of having to always reach for extensions and addons and endlessly participate in this cat and mouse game. After all, the browser is <i>supposed to be</i> the user&#x27;s agent. Its job is to do what the user wants and fetch the content that the user asks for.<p>Somewhere along the path, we&#x27;ve made a terrible turn and allowed the browsers to become agents of the web developers instead, gatekeeping on behalf of web sites, rather than serving the user&#x27;s interests.<p>My ideal browser would load up a site like YouTube, and, knowing my already-configured preference for ad-free, minimalist layout, would present it as a Craigslist-style list of links with thumbnails, ignoring the mess of JS and CSS that the site&#x27;s developer futilely sends.
评论 #37886689 未加载
评论 #37887851 未加载
评论 #37887551 未加载
评论 #37886294 未加载
评论 #37887096 未加载
评论 #37886424 未加载
评论 #37886980 未加载
评论 #37887380 未加载
评论 #37887119 未加载
评论 #37889578 未加载
评论 #37908509 未加载
评论 #37893548 未加载
评论 #37886319 未加载
SushiHippie超过 1 年前
As others mentioned: <a href="https:&#x2F;&#x2F;libredirect.github.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;libredirect.github.io&#x2F;</a> It redirects so many pages to their privacy friendly frontends. Can&#x27;t use the internet anymore without this extension.
评论 #37897757 未加载
marttt超过 1 年前
For a few years, I&#x27;ve been using the Redirector add-on [1] to redirect Yotube URLs to various Invidious instances. No ads, and easy to tailor the visual experience to your needs.<p>Here&#x27;s my Redirector rule:<p><pre><code> Youtube Redirect: https:&#x2F;&#x2F;www.youtube.com&#x2F;* to: https:&#x2F;&#x2F;invidious.protokolla.fi&#x2F;$1 Hint: Youtube &gt; Invidious instance redirection Example: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=hipBryeDc0E → https:&#x2F;&#x2F;invidious.protokolla.fi&#x2F;watch?v=hipBryeDc0E Applies to: Main window (address bar) </code></pre> As a parenting control trick, I also use Redirector to direct some of the more immersive gaming sites to about:blank for our 10yo son. Definitely proud of that hack, ha.<p>1: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;redirector&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;redirector&#x2F;</a>
评论 #37887441 未加载
loveparade超过 1 年前
I don&#x27;t care as much about the privacy as I care about not messing up my Youtube recommendations. Any time I accidentally click on or hover over some BS video my front page is full of clickbait spam and I need to manually clean up my watch history.<p>I guess (?) it works for monetization, but the UX of YouTube and their pushing of clickbait content has become horrible over the past few years. I just wish they stopped trying to be &quot;smart&quot; about what I want to watch. I&#x27;m already paying for Premium, just give me an option to make Youtube stupid.
评论 #37887315 未加载
评论 #37887911 未加载
评论 #37889107 未加载
评论 #37894237 未加载
评论 #37888539 未加载
d3vr超过 1 年前
Seems like there&#x27;s a bit of confusion about what the add-on does exactly. It doesn&#x27;t automatically redirect all YouTube pages you open.<p>This however gives you the choice to open the pages you want in an alternative frontend.<p>My use case is basically I browse the YT homepage and Shift+click the videos I want to watch. Or if someone shares a link to a video, I access that page and Alt+J to redirect to the alternative frontend.
评论 #37884786 未加载
ericra超过 1 年前
The link[1] to the Firefox add-on page on your Github repo is dead. Has this just not been published yet?<p>[1] <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;yt-siphon&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;yt-siphon&#x2F;</a>
评论 #37897521 未加载
aftergibson超过 1 年前
What does this do differently to Privacy Redirect? <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-GB&#x2F;firefox&#x2F;addon&#x2F;privacy-redirect&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-GB&#x2F;firefox&#x2F;addon&#x2F;privacy-redir...</a>
评论 #37884364 未加载
评论 #37884313 未加载
politelemon超过 1 年前
On Android you can try NewPipe which serves as an alternate front end.
评论 #37884460 未加载
ftk_超过 1 年前
Here&#x27;s how I use youtube, usually without opening web frontend at all:<p>Install mpv and yt-dlp.<p>Use play-with addon to open youtube or other video links directly in mpv.<p>Periodically convert youtube subscriptions into OPML using an userscript.<p>Import OPML into freetube or other RSS reader to check for new videos.<p><a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;play-with&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;play-with&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;theborg3of5&#x2F;Userscripts&#x2F;tree&#x2F;master&#x2F;youtubeRSSExport">https:&#x2F;&#x2F;github.com&#x2F;theborg3of5&#x2F;Userscripts&#x2F;tree&#x2F;master&#x2F;youtu...</a>
gpgn超过 1 年前
I saw the popup just once, I updated most of the filters used by uBlockOrigin and I haven&#x27;t seen it since.
ksherlock超过 1 年前
I made myself a bookmarklet last week to open the current URL with invidious. Not because of the adblocker prejudice (although there were reports, it hadn&#x27;t hit me yet) but because YouTube was increasingly unable or unwilling to play videos.<p>As a side benefit, invidious can block comments and related videos so it&#x27;s a better experience.<p>javascript:window.location=%22<a href="https:&#x2F;&#x2F;[your" rel="nofollow noreferrer">https:&#x2F;&#x2F;[your</a> favorite invidious implementation]&#x2F;watch%22+document.location.search
Krasnol超过 1 年前
I&#x27;m using ublock Origin and have never seen any of those.<p>For those with ubO who still see them, cleaning the cache and updating the filters within ubO seems to help.<p><a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;ublock-origin&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;ublock-origin...</a>
评论 #37885631 未加载
评论 #37888198 未加载
Shekelphile超过 1 年前
Doesn’t libredirect already do this? Though I don’t use it for YouTube so I can’t say for sure
KennyBlanken超过 1 年前
While we&#x27;re on the subject of youtube annoyances: are there any extensions that disable &quot;ambient mode?&quot;<p>This infuriating feature provides nothing useful and absolutely murders Apple Silicon GPUs, draining the battery very, very quickly.
评论 #37885099 未加载
评论 #37887126 未加载
dsp_person超过 1 年前
Here&#x27;s several options for opening with either mpv or saving with yt-dlp:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Thann&#x2F;play-with-mpv">https:&#x2F;&#x2F;github.com&#x2F;Thann&#x2F;play-with-mpv</a> (chrome) <a href="https:&#x2F;&#x2F;github.com&#x2F;Baldomo&#x2F;open-in-mpv">https:&#x2F;&#x2F;github.com&#x2F;Baldomo&#x2F;open-in-mpv</a> (chrome and firefox) <a href="https:&#x2F;&#x2F;github.com&#x2F;MasterDevX&#x2F;mpvnet">https:&#x2F;&#x2F;github.com&#x2F;MasterDevX&#x2F;mpvnet</a> (chrome and firefox)
amir734jj超过 1 年前
I use YouTube to watch videos of news uploaded on their YouTube channel like CNN and NBC and etc, I&#x27;m wondering what&#x27;s the YouTube alternative for me?
karaterobot超过 1 年前
I just use the FreeTube desktop client, because even if you get around the anti ad-blocking stuff on YT, you&#x27;re still left with the increasingly terrible UX. No doubt they&#x27;ll block FreeTube and Invidious sooner or later, but until then I don&#x27;t even need to worry about the Youtube website at all.
toomuchtodo超过 1 年前
Can Peertube mirror a list of YouTube channels? And could this then open that Peertube instance?
评论 #37884833 未加载
jraph超过 1 年前
I&#x27;ve been using Privacy Redirect and some of the other generalist redirector extension with quite some success. Privacy redirect also redirects twitter to nitter, reddit to libreddit or old.reddit, Google Maps to openstreetmap and other stuff. Redirects can be enabled&#x2F;disabled to ones taste. That&#x27;s quite neat.<p>Combined with my private invidious instance so I can subscribe to channels without this data leaving computers I control.<p>May your own extension succeed too. I guess building it and releasing it are already two successes on their own.
评论 #37884425 未加载
评论 #37884665 未加载
评论 #37886086 未加载
评论 #37886224 未加载
评论 #37886235 未加载
darau1超过 1 年前
I really wish there was a way to annotate youtube videos easily. Kind of like hypothesis[1], but for video&#x2F;streaming content.<p>[1]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=87h0nYi-i9o">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=87h0nYi-i9o</a><p>edit: turns out there is something already: <a href="https:&#x2F;&#x2F;docdrop.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docdrop.org&#x2F;</a>
评论 #37886241 未加载