-
21 votes
-
Everything is a remix
25 votes -
Exposing the Honey influencer scam
67 votes -
We need to be more tech critical
6 votes -
YouTube Premium Lite: Ad-free viewing for $7.99/month
39 votes -
Light Phone III begins shipping on March 27th
22 votes -
The rise of "dumbphones"
21 votes -
Digg is relaunching under Kevin Rose and Alexis Ohanian
54 votes -
Living off Microsoft Copilot - risks and threats of Copilot
7 votes -
Algorithmic Complacency: Algorithms are breaking how we think
82 votes -
The birth and glory of Swedish computers
7 votes -
Google may be close to launching YouTube Premium Lite
25 votes -
Policing the internet in Germany, where hate speech and insults are a crime
12 votes -
Showcasing the 6-lens 3DS-EXP 645 camera for taking lenticular photos
14 votes -
Space hifi
6 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.com
in 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
videoRenderer
instead 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
videoRenderer
instead ofgridVideoRenderer
might 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 footage
16 votes -
Fluid simulation pendant
21 votes -
FUTO Desktop Grayjay is here
13 votes -
o3 - wow
17 votes -
What happened to the world's largest tube TV/CRT?
22 votes -
Do you need a VPN?
13 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 investigated
62 votes -
A freeze dryer is not a reasonable purchase
61 votes -
From ruin to revival: Restoring a 1993 IBM ThinkPad Tablet
7 votes -
Grooveshark: The original Spotify
21 votes -
Air fryers are simpler than you think, but still pretty neat
30 votes -
Img_0416
35 votes -
Twitter is not Elon's
5 votes -
How video content is prepared and shipped to inflight entertainment systems
6 votes -
Inside the world's largest AI supercluster xAI Colossus
4 votes -
What Facebook has done to us
20 votes -
A very stupid video about the use of emojis
4 votes -
Duracell PowerCheck: A genius idea which didn't last that long
51 votes -
Acoustic cameras, motion amplification, and reading someone’s pulse through a video call
10 votes -
How to setup a local LLM ("AI") on Windows
12 votes -
They stole my voice with AI
35 votes -
Using YouTube to steal your files
40 votes -
SS7: A mobile network operator protocol with scary vulnerabilities
29 votes -
Consumer 360° cameras in professional VFX
4 votes -
How four people destroyed a $250 million tech company
21 votes -
AI is here. What now?
18 votes -
Is Google training AI on YouTube videos?
17 votes -
Susan Wojcicki, former YouTube CEO, dies at 56
15 votes -
Been considering cutting down on YouTube
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...
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 teenagers
61 votes -
YouTube without a working ad blocker
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...
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 -
I worked for Mr Beast, he's a sociopath
46 votes -
iOS 18 adds new "Distraction Control" feature for Safari, similar to temporary element blocking with uBlock Origin
11 votes