Live data from Hacker News

uBlock filter list to hide all YouTube Shorts

github.com

71–80 of 362 posts

Re: uBlock filter list to hide all YouTube Shorts

#73
I wrote this little quick and dirty userscript for myself sometime back:

  // ==UserScript==
  // @name No Shorts
  // @match https://www.youtube.com/shorts/*
  // @match https://www.facebook.com/reel/*
  // ==/UserScript==
  window.document.body.innerHTML = ''
This isn't as comprehensive as the uBlock filter but it has worked pretty well for me so far.

Re: uBlock filter list to hide all YouTube Shorts

#74
post #64

On the main page, shorts, as all the other videos, are served by the recommendation algorithm which should filter out general audience crap you'd see if you're not logged in or have view history disabled. You'd normally see the same stuff you're subscribed to there, plus a few random videos of cats. Maybe a wamen butt occasionally. Might as well hide the main page entirely if you're not that easily entertained. To be…

> Seems like a form of protest Filtering content is not "a form of protest", it is about deciding what content you want to see in your browser and what not. Youtube, even the paid version, does not offer much in terms of customising one's experience (imo the "algorithm" deciding what you should watch based on your history does not count as one) and shorts is a proven addictive pattern that one may not want to encount…

I might be wrong, but I don't think people really care about the addictiveness in the first place. As I see it, the shorts were irritating to see, mainly because they were heavily out of tune with the rest of recommendations. But they seem to have tuned them to be more in line with the rest of the videos. Being not that different from the rest of the videos one gets recommended, there is not much point in hiding them? I'm not exactly protecting shorts here. My point is, you can, of course, cut some of the videos from the feed, but the rest would still be affected by the same algorithm. You still don't get to filter anything, really. So what's the point?

If addictiveness really is that much of a factor, I rest my case.

Re: uBlock filter list to hide all YouTube Shorts

#77
post #64

On the main page, shorts, as all the other videos, are served by the recommendation algorithm which should filter out general audience crap you'd see if you're not logged in or have view history disabled. You'd normally see the same stuff you're subscribed to there, plus a few random videos of cats. Maybe a wamen butt occasionally. Might as well hide the main page entirely if you're not that easily entertained. To be…

The main benefit for me is hiding content I'm actively uninterested in seeing. Shorts are portrait mode content that pretty much never seem to be long enough to discuss anything interesting. I watch on widescreen monitors, so I just don't care for them. There's nothing else to it really.

Re: uBlock filter list to hide all YouTube Shorts

#78

In addition to the unhook addon that others also recommended and is great, I would also suggest, as an alternative, setting a redirection rule from "www.youtube.com/shorts/XYWZ" to "www.youtube.com/watch?v=XYWZ". This will play the short but in the classical youtube video (landscape) format, with no infinite scrolling, or replay or autoplay (assuming these are in general disabled), which takes away a big part of the…

That's an awesome idea — sometimes I really do want to watch a short but not in that interface. Do you know how to set this up in general?

Re: uBlock filter list to hide all YouTube Shorts

#80
post #74

Earlier quoted context omitted.

> Seems like a form of protest Filtering content is not "a form of protest", it is about deciding what content you want to see in your browser and what not. Youtube, even the paid version, does not offer much in terms of customising one's experience (imo the "algorithm" deciding what you should watch based on your history does not count as one) and shorts is a proven addictive pattern that one may not want to encount…

I might be wrong, but I don't think people really care about the addictiveness in the first place. As I see it, the shorts were irritating to see, mainly because they were heavily out of tune with the rest of recommendations. But they seem to have tuned them to be more in line with the rest of the videos. Being not that different from the rest of the videos one gets recommended, there is not much point in hiding them…

No, because it’s that much easier to justify watching “just one more” and totally lose the desire to go to sleep or do some other healthy behavior.

If you’re only “irritated” by them for now, that’s just because the algorithm hasn’t gotten you yet. One day, you will be weak and fall prey.

Post reply on HN