- 
        54 votes
- 
        Everything is a remix26 votes
- 
        Eddy Burback chronicles his month without a phone22 votes
- 
        Exposing the Honey influencer scam67 votes
- 
        We need to be more tech critical6 votes
- 
        YouTube Premium Lite: Ad-free viewing for $7.99/month39 votes
- 
        Why crowdwork took over standup comedy17 votes
- 
        Light Phone III begins shipping on March 27th22 votes
- 
        The rise of "dumbphones"21 votes
- 
        Living off Microsoft Copilot - risks and threats of Copilot7 votes
- 
        2025 Q&A special - From Ukraine and defence economics to terrible logistics, emus and "Perun"13 votes
- 
        Algorithmic complacency: Algorithms are breaking how we think82 votes
- 
        The birth and glory of Swedish computers7 votes
- 
        Google may be close to launching YouTube Premium Lite25 votes
- 
        Policing the internet in Germany, where hate speech and insults are a crime12 votes
- 
        Showcasing the 6-lens 3DS-EXP 645 camera for taking lenticular photos14 votes
- 
        Space hifi6 votes
- 
        [SOLVED] How can I hide streams from my YouTube subscriptions page?Picture explanation: https://i.horizon.pics/tWovRax4kh.jpg When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not...Picture explanation: https://i.horizon.pics/tWovRax4kh.jpg 
 When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not interested in watching these. For me, they're just pollution in the feed. Apparently, a lot of the channels I subscribe to, whose videos I enjoy watching, also stream on YouTube a lot. Second Wind is probably the channel I'm most hung up about. I like their normal videos, and don't want to unsubscribe from their channel, but jesus they stream two or three times a day. (Also, it's annoying that when I view a YouTube channel, I can visit their videos page or their streams page separately. Why can't I have this same separation on my own subscriptions page?) (Also also, I already use an extension to hide shorts (among other things), but it unfortunately does not have a feature for hiding streams.) Fancy bullet point summary: - I want to hide recorded streams from my subscriptions page
- I don't care as much about hiding active livestreams, because those don't pollute my subscriptions page nearly as much
 
- I do not want to unsubscribe from any of the channels I follow. That is not an option
- I'm willing to stop using youtube.comin favor of an alternative client (web, desktop, etc) if that client supports hiding recorded streams from actual videos
- I'm willing to install a browser extension that can solve this problem (but I can't find one for Firefox)
 
 Ninja edit: While writing up this topic, I actually found my own solution. The browser extension I mentioned earlier has an "advanced blocking" feature that takes a JavaScript function as input. The extension's GitHub page has an issue, with a comment, with some code to hide streamed videos on the subscriptions page. However, that code didn't work when I tried it. Thankfully, I just needed to check for videoRendererinstead ofgridVideoRenderer.Here's the updated code: (video, objectType) => { // Only videos on the Subscription page if ( objectType === "videoRenderer" ) { if ( video.hasOwnProperty("badges") && video.badges.includes("live") ) { return true; } if ( video.hasOwnProperty("publishTimeText") && video.publishTimeText.indexOf("Streamed") != -1 ) { return true; } } return false; }I have no idea what the consequences of checking against videoRendererinstead ofgridVideoRenderermight be, and right now I'm too lazy to find out. This works well enough for now.(The "consequence" might be that streams are hidden from the related/recommended videos in the sidebar of a video page? I actually hide that sidebar, so I wouldn't know. Oh, and they'll probably be hidden from a channel's streams feed.) It isn't a perfect solution though. Streams that are "scheduled" still show up on the subscriptions page. However, I think channels can set streams and videos as scheduled? So blocking one without the other would be more complicated? I welcome any feedback or improvements on the code. 15 votes
- I want to hide recorded streams from my subscriptions page
- 
        Amazon drone delivery footage16 votes
- 
        Fluid simulation pendant21 votes
- 
        FUTO Desktop Grayjay is here13 votes
- 
        o3 - wow17 votes
- 
        What happened to the world's largest tube TV/CRT?22 votes
- 
        BuzzFeed sold 'Hot Ones' studio for $82.5 million to consortium including First We Feast's founder, host Sean Evans, Crooked Media, Mythical Entertainment, and Soros Fund Management.15 votes
- 
        Do not buy NZXT | Predatory, evil rental computer scam investigated62 votes
- 
        A freeze dryer is not a reasonable purchase61 votes
- 
        From ruin to revival: Restoring a 1993 IBM ThinkPad Tablet7 votes
- 
        Grooveshark: The original Spotify21 votes
- 
        Air fryers are simpler than you think, but still pretty neat30 votes
- 
        Img_041635 votes
- 
        Twitter is not Elon's5 votes
- 
        How video content is prepared and shipped to inflight entertainment systems6 votes
- 
        Inside the world's largest AI supercluster xAI Colossus4 votes
- 
        Six lies Elon Musk believed in the last 24 hours46 votes
- 
        What Facebook has done to us20 votes
- 
        A very stupid video about the use of emojis4 votes
- 
        Duracell PowerCheck: A genius idea which didn't last that long51 votes
- 
        Acoustic cameras, motion amplification, and reading someone’s pulse through a video call10 votes
- 
        How to setup a local LLM ("AI") on Windows12 votes
- 
        They stole my voice with AI35 votes
- 
        Using YouTube to steal your files40 votes
- 
        SS7: A mobile network operator protocol with scary vulnerabilities29 votes
- 
        Consumer 360° cameras in professional VFX4 votes
- 
        How four people destroyed a $250 million tech company21 votes
- 
        AI is here. What now?18 votes
- 
        Is Google training AI on YouTube videos?17 votes
- 
        Susan Wojcicki, former YouTube CEO, dies at 5615 votes
- 
        Been considering cutting down on YouTubeI find myself scrolling through YT hoping to see something to play in the background, occasionally checking things like TechLinked or MichaelMJD with occasional PointCrow and Dougdoug. But really...I find myself scrolling through YT hoping to see something to play in the background, occasionally checking things like TechLinked or MichaelMJD with occasional PointCrow and Dougdoug. But really just wasting time doing nothing, just scrolling. 
 So I want to cut it off but I want to fill in that time with something else.
 Anyone else has tried to cut off YT(Or at least minimize) YT from their life? I’m probably using YT the wrong way.
 I would like some RSS feeds or podcast to make me go on YT less. Or thoughts/opinions/experiences from other people that used to have YT on almost all the time but minimized the time on YT.31 votes
- 
        Google and Meta struck secret ads deal to target teenagers61 votes
- 
        YouTube without a working ad blockerI liked ( past tense ) watching YouTube with the latest Firefox on my Mint Linux box. No more. The ad blocker I use ( latest version ) has stopped working for removing YouTube commercials. The...I liked ( past tense ) watching YouTube with the latest Firefox on my Mint Linux box. No more. The ad blocker I use ( latest version ) has stopped working for removing YouTube commercials. The commercials are obnoxious. I think I will quit until the ad blocker I use updates again with a fix. Sorry YouTube, you are far from being worth $14.00 USD a month. 
 Edit: 
 Mint Linux 21.2 Cinnamon 5.8 Firefox 128.0.3 Ublock Origin 1.59.0 - I completely removed UBlock Origin
- I completely emptied my Firefox cache and other data
- I signed out of Google completely
- I reinstalled UBlock Origin
- I signed back into Google
- I tried using YouTube with my VPN turned on.
 No joy. I can watch YouTube ad free via a private window in Firefox. I can watch YouTube ad free if I log out of my Google/YouTube account My add blocker works in other browsers when I am not logged into my Google/YouTube account. 
 49 votes