you are viewing a single comment's thread
view the rest of the comments
[–] 57 points 3 years ago (4 children)

You should be able to remove Shorts from your feed. I never watch them and yet they fill my feed up making it jore difficult to find real content. I'm specifically talking about the smart TV app which throws them all in together.

  • source
  • hideshow 8 child comments
  • [–] 28 points 3 years ago* (2 children)

    I'm using some custom ublock origin filters that I found somewhere to block shorts across all of youtube:

    !Youtube Shorts
    www.youtube.com###guide-content #endpoint[title="Shorts"]:upward(ytd-guide-entry-renderer)
    www.youtube.com###items #endpoint[title="Shorts"]:upward(ytd-mini-guide-entry-renderer)
    www.youtube.com##ytd-browse #dismissible ytd-rich-grid-slim-media[is-short]:upward(ytd-rich-section-renderer)
    www.youtube.com##ytd-browse ytd-grid-video-renderer:has(span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"])
    www.youtube.com##ytd-browse ytd-rich-item-renderer:has(span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"])
    www.youtube.com##ytd-search ytd-video-renderer:has(span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"])
    www.youtube.com##ytd-watch-next-secondary-results-renderer ytd-compact-video-renderer:has(span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"])
    www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"]:upward(ytd-item-section-renderer)
    m.youtube.com##ytm-reel-shelf-renderer
    m.youtube.com##ytm-pivot-bar-renderer div.pivot-shorts:upward(ytm-pivot-bar-item-renderer)
    m.youtube.com##ytm-browse ytm-item-section-renderer ytm-video-with-context-renderer:has(ytm-thumbnail-overlay-time-status-renderer[data-style="SHORTS"])
    m.youtube.com##ytm-browse ytm-item-section-renderer ytm-compact-video-renderer:has(ytm-thumbnail-overlay-time-status-renderer[data-style="SHORTS"])
    m.youtube.com##ytm-search ytm-compact-video-renderer:has(ytm-thumbnail-overlay-time-status-renderer[data-style="SHORTS"])
    

    Also separately, for blocking videos that don't exist yet, which I also dislike:

    !Youtube upcoming videos
    www.youtube.com##ytd-browse ytd-grid-video-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
    www.youtube.com##ytd-browse ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
    www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"]:upward(ytd-item-section-renderer)
    
  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago (1 child)

    He's talking about smart tv app. If those "shorts" are being pulled from some other subdomain then perhaps a block rule on that domain set on the router would help. But best just not to use youtube.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 3 points 3 years ago* (last edited 2 years ago) (2 children)
  • [–] 1 point 3 years ago (2 children)

    I might have to look into that. I do wonder how it could know when a segment is sponsored.

    I don't care that much about the ads since we already have Premium so we don't see the ads anyways.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 3 years ago (3 children)

    What I want is a YouTube viewer that cuts out ads that I can use on my Mac or my iPhone to use on my TV with a Chromecast.

    Chromecast is how I view all my TV content.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 3 years ago*

    You'll have to take that up with Apple. They're the ones dictating that you can't use any of the wonderful apps we have on Android.

    As for Chromecast, SmartTube Next is what you want

  • source
  • parent
  • [–] 1 point 3 years ago (2 children)

    Check out https://ghcr.io/nichobi/sponsorblockcast - run it on your LAN, and it’ll use SponsorBlock to clean up any YouTube-Chromecast stream you want.

  • source
  • parent
  • hideshow 4 child comments
  • [+] 2 points 3 years ago (2 children)
  • [–] 4 points 3 years ago (1 child)

    There's a little hidden button on the Shorts pane that you can see when you hover it. It gives you the ability to hide them for 30 days if you click it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago

    They've started putting them in the recommended videos pane on the right when playing videos in a browser. Worst of all, they put it near the top and in a much larger cell than the rest of the recommended videos.

  • source
  • parent