Youtube Shorts Filter

This commit is contained in:
Tobias Manske 2022-03-16 21:38:43 +01:00
parent 4110383f21
commit 4b3caa343b
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
---
title: Remove Youtube Shorts from Subscription and Channel Pages
date: 2022-03-16T21:17:21+01:00
slug: fuck-shorts
categories:
- misc
- software
tags:
- hacking
- english
summary: I got annoyed by youtube shorts so i wrote a uBlock filter for that.
showtoc: false
---
If you are as annoyed as I am by YouTubes shorts on your beloved content creator's pages I may have a solution for you.
Insert the following rule into your [uBlock Origin](https://github.com/gorhill/uBlock/) filter rule-set:
```
! Remove Youtube Shorts
www.youtube.com##.ytd-grid-renderer[lockup="true"]:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="SHORTS"])
```
Have fun with a much cleaner site.
Here is an example with the channel of [Colin Furze](https://www.youtube.com/c/colinfurze/videos)
Before:
![](/images/shorts_before.png)
After:
![](/images/shorts_after.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB