From 762a0c8af656540467087fedbdeeb5bd03799dcf Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 29 Jul 2025 21:52:16 -0400 Subject: [PATCH] Update 2.1.0: Added more YouTube filters from Joey --- README.org | 35 ++++++++++++++++++----------------- chase-all.txt | 11 +++++++++-- chase-content.txt | 2 +- chase-ui.txt | 11 +++++++++-- 4 files changed, 37 insertions(+), 22 deletions(-) diff --git a/README.org b/README.org index 1974c0a..9f44cb2 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ Click the ~subscribe~ link in the header. For manual installation, go to uBlock Origin > Dashboard > Filter lists, scroll down and expand the 'Import...' heading, then paste the URL for the desired list(s). -** All Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-all.txt&title=chase's%20uBlock%20Filters][subscribe]]* +** All Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-all.txt&title=chase's%20uBlock%20Filter%20Collection][subscribe]]* This URL can be used to add all filters, opinions and all. New lists are added automatically. #+begin_src txt @@ -18,7 +18,7 @@ https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/ch #+end_src ** Individual Lists -*** UI Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-ui.txt&title=chase's%20UI%20Filters][subscribe]]* +*** UI Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-ui.txt&title=chase's%20UI%20Filter%20Collection][subscribe]]* All UI filters, no content filters. #+begin_src txt https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-ui.txt @@ -41,11 +41,19 @@ These filters are enabled on all websites. #+end_src ** YouTube -Filters for YouTube, separated into multiple lists to allow easy customization. -*** Shorts -Removes shorts from as many places as possible, including shorts from subscriptions. -#+name: youtube-shorts +Filters for YouTube, optional content filters. +*** UI +Removes shorts from as many places as possible, including search results and subscriptions. +Search results only show regular videos and channels. +#+name: youtube-ui #+begin_src txt +! Set grid size to 5 always +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 5 !important;) +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-posts-per-row: 5 !important;) + +! Hide paid sponsor badge from thumbnail +youtube.com##.ytmPaidContentOverlayHost + ! Hide playables on homepage youtube.com##.ytd-rich-section-renderer.style-scope @@ -75,12 +83,7 @@ youtube.com##yt-tab-shape:has-text(/^Shorts$/) ! Hide short remixes in video descriptions youtube.com##ytd-reel-shelf-renderer.ytd-structured-description-content-renderer:has-text(/^Shorts remixing this video$/i) -#+end_src -*** Search -De-cluttering YouTube search to actually show what you searched for. -#+name: youtube-search -#+begin_src txt ! Hide unrelated results from search youtube.com##ytd-shelf-renderer:has(#title:has-text(/^\s*(People also watched|For you|Previously watched|Latest from|Channels new to you|From related searches)\s*$/)) @@ -241,7 +244,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION *** Version #+name: version #+begin_src txt -2.0.2 +2.1.0 #+end_src *** Last Modified @@ -267,9 +270,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION #+begin_src txt :noweb yes <> -<> - -<> +<> <> @@ -289,7 +290,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION #+end_src #+begin_src txt :noweb yes :tangle chase-ui.txt -! Title: chase's UI Filters +! Title: chase's UI Filter Collection ! Description: All UI filters provided by chase's filter repo <
> @@ -307,7 +308,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION *** All Filters #+begin_src txt :noweb yes :tangle chase-all.txt -! Title: chase's uBlock Filters +! Title: chase's uBlock Filter Collection ! Description: All filters provided by chase's filter repo <
> diff --git a/chase-all.txt b/chase-all.txt index 9e91f2e..c249b66 100644 --- a/chase-all.txt +++ b/chase-all.txt @@ -1,6 +1,6 @@ -! Title: chase's uBlock Filters +! Title: chase's uBlock Filter Collection ! Description: All filters provided by chase's filter repo -! Version: 2.0.2 +! Version: 2.1.0 ! Last modified: 2025-07-29 ! Expires: 2 days (update frequency) ! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters @@ -11,6 +11,13 @@ ! Hide sign in with Google ||accounts.google.com/gsi/*$xhr,script,3p +! Set grid size to 5 always +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 5 !important;) +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-posts-per-row: 5 !important;) + +! Hide paid sponsor badge from thumbnail +youtube.com##.ytmPaidContentOverlayHost + ! Hide playables on homepage youtube.com##.ytd-rich-section-renderer.style-scope diff --git a/chase-content.txt b/chase-content.txt index 718992b..be96aa1 100644 --- a/chase-content.txt +++ b/chase-content.txt @@ -1,6 +1,6 @@ ! Title: chase's Content Filters ! Description: Block undesirable YouTube content -! Version: 2.0.2 +! Version: 2.1.0 ! Last modified: 2025-07-29 ! Expires: 2 days (update frequency) ! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters diff --git a/chase-ui.txt b/chase-ui.txt index 1c80b7a..1750073 100644 --- a/chase-ui.txt +++ b/chase-ui.txt @@ -1,6 +1,6 @@ -! Title: chase's UI Filters +! Title: chase's UI Filter Collection ! Description: All UI filters provided by chase's filter repo -! Version: 2.0.2 +! Version: 2.1.0 ! Last modified: 2025-07-29 ! Expires: 2 days (update frequency) ! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters @@ -11,6 +11,13 @@ ! Hide sign in with Google ||accounts.google.com/gsi/*$xhr,script,3p +! Set grid size to 5 always +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 5 !important;) +youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-posts-per-row: 5 !important;) + +! Hide paid sponsor badge from thumbnail +youtube.com##.ytmPaidContentOverlayHost + ! Hide playables on homepage youtube.com##.ytd-rich-section-renderer.style-scope