This is taken from page 14 here: https://www.grc.com/sn/sn-1000-notes.pdf
Copy the link below, go to uBlock Origin > Dashboard > Filters and paste the link underneath the 'Import...' heading: This comes from here: https://github.com/gijsdev/ublock-hide-yt-shorts An alternate (possibly less effective method) is listed below. Steps to Remove YouTube Shorts with uBlock Origin 1. Access uBlock Origin's Dashboard: Click on the uBlock Origin icon in your browser's toolbar. Click the "Dashboard" (gear icon) to open the settings. 2. Add Custom Filters: Navigate to the "My filters" tab. Paste the following filters to hide various instances of YouTube Shorts: Copy to Clipboard
! Hide Shorts shelf on the homepage
youtube.com##ytd-rich-section-renderer:has(#title-text:has-text(Shorts))
! Hide Shorts from the sidebar menu
youtube.com##ytd-guide-entry-renderer:has-text(Shorts)
! Hide Shorts from the subscriptions feed
youtube.com##ytd-grid-video-renderer:has(a[href^="/shorts/"])
3. Apply Changes: Click "Apply changes" to save the filters. |