forked from chase/ublock-filters
Update 2.1.0: Added more YouTube filters from Joey
This commit is contained in:
35
README.org
35
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
|
||||
<<global>>
|
||||
|
||||
<<youtube-shorts>>
|
||||
|
||||
<<youtube-search>>
|
||||
<<youtube-ui>>
|
||||
|
||||
<<discord>>
|
||||
|
||||
@@ -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
|
||||
<<header>>
|
||||
|
||||
@@ -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
|
||||
<<header>>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
11
chase-ui.txt
11
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
|
||||
|
||||
|
Reference in New Issue
Block a user