How to Block YouTube Shorts and Reclaim Your Browsing Experience!

In a world inundated with short-form content, sometimes we just need a breather. YouTube Shorts, while entertaining for many, can be overwhelming for others. If you find yourself constantly bombarded with these bite-sized videos and yearn for a more focused browsing experience, fear not! With a few simple steps, you can regain control of your YouTube feed and bid farewell to Shorts content once and for all.

Step 1: Download and Install uBlock Origin

First things first, you'll need a trusty ally in your quest to block YouTube Shorts. Meet uBlock Origin, a powerful browser extension designed to filter out unwanted content and enhance your online experience. You can easily download it from the Chrome Web Store or any other browser extension marketplace.

Step 2: Pin uBlock Origin to Your Browser

Once you've installed uBlock Origin, ensure it's readily accessible whenever you're browsing YouTube. Simply click on the extensions icon in the upper right corner of your browser, locate uBlock Origin, and pin it for easy access.

Step 3: Access uBlock Origin Settings

Now that you have uBlock Origin at your fingertips, it's time to delve into its settings to customize your filtering preferences. Click on the uBlock Origin icon, then select 'Open the Dashboard.' This will take you to the extension's settings panel.

Step 4: Add code in my Filters

Here comes the magic part! By adding custom filters, you can specifically target and block YouTube Shorts content from appearing in your feed. Copy the following code snippet

YouTube Shorts Blocker

Take control of your YouTube experience by blocking Shorts content.

      
     ! Description: Hide all traces of YouTube shorts videos on YouTube
        ! Version: 1.8.0
        ! Last modified: 2023-01-08 20:02
        ! Expires: 2 weeks (update frequency)
        ! Homepage: https://github.com/gijsdev/ublock-hide-yt-shorts
        ! License: https://github.com/gijsdev/ublock-hide-yt-shorts/blob/master/LICENSE.md
        
        ! Hide all videos containing the phrase "#shorts"
        youtube.com##ytd-grid-video-renderer:has(#video-title:has-text(#shorts))
        youtube.com##ytd-grid-video-renderer:has(#video-title:has-text(#Shorts))
        youtube.com##ytd-grid-video-renderer:has(#video-title:has-text(#short))
        youtube.com##ytd-grid-video-renderer:has(#video-title:has-text(#Short))
        
        ! Hide all videos with the shorts indicator on the thumbnail
        youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
        youtube.com##ytd-rich-item-renderer:has([overlay-style="SHORTS"])
        youtube.com##ytd-video-renderer:has([overlay-style="SHORTS"])
        youtube.com##ytd-item-section-renderer.ytd-section-list-renderer[page-subtype="subscriptions"]:has(ytd-video-renderer:has([overlay-style="SHORTS"]))
        
        ! Hide shorts button in sidebar
        youtube.com##ytd-guide-entry-renderer:has-text(Shorts)
        youtube.com##ytd-mini-guide-entry-renderer:has-text(Shorts)
        
        ! Hide shorts section on homepage
        youtube.com##ytd-rich-section-renderer:has(#rich-shelf-header:has-text(Shorts))
        youtube.com##ytd-reel-shelf-renderer:has(.ytd-reel-shelf-renderer:has-text(Shorts))
        
        ! Hide shorts tab on channel pages
        ! Old style
        youtube.com##tp-yt-paper-tab:has(.tp-yt-paper-tab:has-text(Shorts))
        ! New style (2023-10)
        youtube.com##yt-tab-shape:has-text(/^Shorts$/)
        
        ! Hide shorts in video descriptions
        youtube.com##ytd-reel-shelf-renderer.ytd-structured-description-content-renderer:has-text("Shorts remixing this video")
        
        ! Remove empty spaces in grid
        youtube.com##ytd-rich-grid-row,#contents.ytd-rich-grid-row:style(display: contents !important)
        
        !!! MOBILE !!!
        
        ! Hide all videos in home feed containing the phrase "#shorts"
        m.youtube.com##ytm-rich-item-renderer:has(#video-title:has-text(#shorts))
        m.youtube.com##ytm-rich-item-renderer:has(#video-title:has-text(#Shorts))
        m.youtube.com##ytm-rich-item-renderer:has(#video-title:has-text(#short))
        m.youtube.com##ytm-rich-item-renderer:has(#video-title:has-text(#Short))
        
        ! Hide all videos in subscription feed containing the phrase "#shorts"
        m.youtube.com##ytm-item-section-renderer:has(#video-title:has-text(#shorts))
        m.youtube.com##ytm-item-section-renderer:has(#video-title:has-text(#Shorts))
        m.youtube.com##ytm-item-section-renderer:has(#video-title:has-text(#short))
        m.youtube.com##ytm-item-section-renderer:has(#video-title:has-text(#Short))
        
        ! Hide shorts button in the bottom navigation bar
        m.youtube.com##ytm-pivot-bar-item-renderer:has(.pivot-shorts)
        
        ! Hide all videos with the shorts indicator on the thumbnail
        m.youtube.com##ytm-video-with-context-renderer:has([data-style="SHORTS"])
        
        ! Hide shorts sections
        m.youtube.com##ytm-rich-section-renderer:has(ytm-reel-shelf-renderer:has(.reel-shelf-title-wrapper:has-text(Shorts)))
        m.youtube.com##ytm-reel-shelf-renderer.item:has(.reel-shelf-title-wrapper:has-text(Shorts))
        
        ! Hide shorts tab on channel pages
        m.youtube.com##.single-column-browse-results-tabs>a:has-text(Shorts)
      
    

Step 5: Apply Changes and Refresh 


Once you've pasted the code snippet into uBlock Origin's filters, hit the 'Apply Changes' button to implement your preferences. Don't forget to refresh all your YouTube tabs to ensure the changes take effect across the platform. Congratulations! You've successfully blocked YouTube Shorts and reclaimed control over your browsing experience. Say goodbye to endless scrolling through short videos and hello to a more curated YouTube feed tailored to your interests.

Why Block YouTube Shorts?


Now, you might be wondering, why bother blocking YouTube Shorts in the first place? Well, for many, it's about regaining focus and eliminating distractions. In a world where our attention is constantly pulled in a million different directions, taking control of what we consume online is paramount. By blocking YouTube Shorts, you're taking a stand for intentional browsing. Instead of mindlessly scrolling through an endless stream of bite-sized content, you can now allocate your time and attention to videos that truly resonate with you.

Embrace the Power of Choice


 At the end of the day, the decision to block YouTube Shorts boils down to personal preference. Whether you love them or loathe them, having the freedom to choose what you see online is empowering. So, go ahead, take the plunge, and reclaim your browsing experience. With uBlock Origin by your side, you're in the driver's seat, steering clear of distractions and navigating towards content that enriches your digital journey. 

Stay Tuned for More 


If you found this guide helpful, be sure to stay tuned for more tips and tricks on optimizing your online experience. We'll be rolling out additional resources to help you make the most of your time online, so keep an eye out for our upcoming content. In the meantime, happy browsing, and here's to a YouTube feed filled with content that sparks joy and inspiration!


Post a Comment

0 Comments