misk@sopuli.xyz to Technology@lemmy.worldEnglish · 1 year agoSome veteran YouTube staff think Shorts might ruin YouTubewww.theverge.comexternal-linkmessage-square309fedilinkarrow-up1916arrow-down124
arrow-up1892arrow-down1external-linkSome veteran YouTube staff think Shorts might ruin YouTubewww.theverge.commisk@sopuli.xyz to Technology@lemmy.worldEnglish · 1 year agomessage-square309fedilink
minus-squareTheGreatFox@lemm.eelinkfedilinkEnglisharrow-up29arrow-down1·edit-21 year agoI’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)
minus-squareBlizzard@lemmy.ziplinkfedilinkEnglisharrow-up5arrow-down1·1 year agoHe’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.
minus-squarezurohki@aussie.zonelinkfedilinkEnglisharrow-up6·1 year agoI’m pretty sure shorts are just Youtube videos but with a different UI. You can take the video ID from the URL of a Shorts clip and put it in a normal Youtube URL and the shorts video plays with the normal Youtube player.
minus-squareHazdaz@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoI don’t know what I would do with this. And I mentioned to someone else that I mostly watch YT on a Shield. Is this even relevant to me?
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)
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.
I’m pretty sure shorts are just Youtube videos but with a different UI.
You can take the video ID from the URL of a Shorts clip and put it in a normal Youtube URL and the shorts video plays with the normal Youtube player.
Basically.
I don’t know what I would do with this. And I mentioned to someone else that I mostly watch YT on a Shield. Is this even relevant to me?