Compare commits
17 Commits
v2
...
e4813bebec
| Author | SHA1 | Date | |
|---|---|---|---|
|
e4813bebec
|
|||
|
96a6bca9cd
|
|||
|
8403b187f6
|
|||
|
3af111090f
|
|||
|
c36277820c
|
|||
|
791d73a484
|
|||
|
3d3215a453
|
|||
|
06ee5853d1
|
|||
|
7ff49a207c
|
|||
|
603ec57e6d
|
|||
|
4136e5e391
|
|||
|
2a2b812044
|
|||
|
745bbcd274
|
|||
| 762a0c8af6 | |||
| 8342872a9c | |||
| e100fe9960 | |||
| b81164f69f |
151
README.org
151
README.org
@@ -3,12 +3,17 @@
|
||||
#+AUTHOR: chase
|
||||
#+OPTIONS: toc:nil
|
||||
A collection of [[https://github.com/gorhill/uBlock][uBlock Origin]] filters to deal with a variety of annoyances.
|
||||
Sourced from many places around the web and a few of my own manual element
|
||||
blocking. This repo exists to make it easier for me to sync my extra filters
|
||||
between PCs and share them with others.
|
||||
|
||||
* Installation
|
||||
To use these filters, go to uBlock Origin > Dashboard > Filter lists, scroll down
|
||||
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
|
||||
** 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
|
||||
@@ -16,10 +21,15 @@ https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/ch
|
||||
#+end_src
|
||||
|
||||
** Individual Lists
|
||||
Use these URLs to add only the UI filters or only the content filters. [[All Filters][All Filters]]
|
||||
above is a combination of these two.
|
||||
*** 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
|
||||
#+end_src
|
||||
|
||||
*** Content Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-content.txt&title=chase's%20Content%20Filters][subscribe]]*
|
||||
Filters for YouTube content that I personally find distasteful.
|
||||
#+begin_src txt
|
||||
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-content.txt
|
||||
#+end_src
|
||||
|
||||
@@ -34,16 +44,29 @@ 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
|
||||
|
||||
! Hide shorts category on homepage and search pages
|
||||
youtube.com##yt-chip-cloud-chip-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts button in sidebar
|
||||
youtube.com##ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##.ytd-mini-guide-entry-renderer.style-scope.yt-simple-endpoint:has(span.title:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide all videos with the shorts indicator on the thumbnail
|
||||
youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
|
||||
@@ -51,43 +74,31 @@ 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(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide shorts section on homepage
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts in recommended videos
|
||||
youtube.com##ytd-reel-shelf-renderer
|
||||
|
||||
! Hide shorts tab on channel pages`
|
||||
! 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 short remixes in video descriptions
|
||||
! Hide shorts 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 shorts from search results
|
||||
youtube.com##grid-shelf-view-model.ytGridShelfViewModelHostHasBottomButton.ytd-item-section-renderer.ytGridShelfViewModelHost
|
||||
|
||||
! 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*$/))
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
youtube.com##ytd-shelf-renderer.ytd-item-section-renderer.style-scope
|
||||
|
||||
! Hide list of recent uploads from a channel from search
|
||||
youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
|
||||
! Hide Mix results from search
|
||||
youtube.com##ytd-radio-renderer
|
||||
|
||||
! Hide things that you didn't search for
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
|
||||
! YT Search - keep only videos (no shorts) and channels
|
||||
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-renderer,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
|
||||
#+end_src
|
||||
|
||||
*** Content
|
||||
@@ -95,13 +106,15 @@ Filters to hide unwanted content.
|
||||
*Warning: contains opinions*
|
||||
#+name: youtube-content
|
||||
#+begin_src txt
|
||||
! Hide auto-dubbed videos on YouTube
|
||||
! Hide auto-dubbed videos
|
||||
youtube.com##ytd-compact-video-renderer:has([d="M11.72 11.928A4.004 4.004 0 0015 7.998c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.96 1.42 3.59 3.28 3.93-5.51.28-8.28 3.83-8.28 8.07L20 20c0-4.24-2.77-7.79-8.28-8.07Z"])
|
||||
|
||||
! YT Home - Hide videos based on channel names
|
||||
youtube.com##yt-lockup-view-model.lockup.ytd-item-section-renderer> .yt-lockup-view-model-wiz--compact.yt-lockup-view-model-wiz--horizontal.yt-lockup-view-model-wiz:has(yt-badge-view-model.yt-badge-view-model-wiz:has(badge-shape.badge-shape-wiz.badge-shape-wiz--default:has(div.badge-shape-wiz__text:has-text(/^Auto-dubbed$/i))))
|
||||
|
||||
! Hide videos based on channel names on home page
|
||||
youtube.com##ytd-browse[page-subtype="home"] ytd-rich-item-renderer:has(#avatar-link:is([title="ChannelName"], [title*="ContainsChannelName"], [title="Case Insensitive Channel Name"i]))
|
||||
|
||||
! YT Search - hide results based on channel names
|
||||
! Hide videos based on channel names in search results
|
||||
youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title="Exact channel name 1"], [title="Exact channel name 2"]))
|
||||
#+end_src
|
||||
|
||||
@@ -144,9 +157,14 @@ Filters for Google services.
|
||||
! Upgrade Gmail
|
||||
mail.google.com##.CRPU9d
|
||||
|
||||
! Remove AI overview in Google search
|
||||
! Hide AI overview in Google search
|
||||
google.com##.GcKpu
|
||||
google.com###Odp5De
|
||||
|
||||
! Hide "AI Mode" pop-up in Google search
|
||||
google.com##.azeJrb
|
||||
google.com##.xg7rAe.nP0TDe.ivkdbf.mcPPZ
|
||||
google.com##.ivkdbf.KUf18.kJFf0c
|
||||
#+end_src
|
||||
|
||||
** Amazon
|
||||
@@ -159,6 +177,7 @@ amazon.com##.prime-updp-headline-primary
|
||||
amazon.com##.prime-updp-mobile-renewal-text-offer
|
||||
amazon.com##.prime-updp-mobile-table
|
||||
amazon.com##.prime-legal-text-primary
|
||||
|
||||
! Prime box on product page
|
||||
amazon.com##.abb-widget-box-border.a-box
|
||||
#+end_src
|
||||
@@ -189,15 +208,41 @@ card.discover.com###main-content-rwd > div.dmp-slide.show-placement
|
||||
** Menards
|
||||
#+name: menards
|
||||
#+begin_src txt
|
||||
! Remove email banner from bottom of screen
|
||||
! Hide email banner from bottom of screen
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
||||
#+end_src
|
||||
|
||||
** Indeed
|
||||
#+name: indeed
|
||||
#+begin_src txt
|
||||
! Remove sign in with Google
|
||||
www.indeed.com##.icl-Card
|
||||
! Hide sign in with Google
|
||||
indeed.com##.icl-Card
|
||||
#+end_src
|
||||
|
||||
** eBay
|
||||
#+name: ebay
|
||||
#+begin_src txt
|
||||
! Hide pop-ups
|
||||
ebay.com##[aria-modal]:has(.coupon-header)
|
||||
|
||||
ebay.com##body:style(position: static !important;overflow: auto !important;width: auto !important;height: auto !important;margin-top:auto !important;)
|
||||
#+end_src
|
||||
|
||||
** AliExpress US
|
||||
#+name: aliexpress
|
||||
#+begin_src txt
|
||||
! Hide annoying GIF on home page
|
||||
aliexpress.us##.drogue-poplayer-modal
|
||||
! Hide social buttons on search results page
|
||||
aliexpress.us##.go_gq
|
||||
#+end_src
|
||||
|
||||
** JLCPCB
|
||||
#+name: jlcpcb
|
||||
#+begin_src txt
|
||||
! Hide chat
|
||||
cart.jlcpcb.com##.chat-icon-popover.el-popper.el-popover
|
||||
cart.jlcpcb.com##.el-popover__reference.wm-chat
|
||||
#+end_src
|
||||
|
||||
|
||||
@@ -226,11 +271,22 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
*This section is not rendered when viewing on Gitea.*
|
||||
|
||||
** Adding Lists
|
||||
1. Create a new entry under the [[Filters][Filters]] header with the name and contents of the list.
|
||||
2. Add the new list to the [[UI Filters][UI Filters]] entry.
|
||||
3. Update the version number under [[Header Generation][Header Generation]].
|
||||
1. Update the version number under [[Header Generation][Header Generation]].
|
||||
2. Create a new entry under the [[Filters][Filters]] header with the name and contents of the list.
|
||||
3. Add the new list to the [[UI Filters][UI Filters]] entry.
|
||||
|
||||
** Header Generation
|
||||
*** Version
|
||||
Here's how the version bumps work:
|
||||
- *Major version*: breaking change
|
||||
- *Minor version*: any change to the filters
|
||||
- *Patch version*: documentation/other changes
|
||||
#+name: version
|
||||
#+begin_src txt
|
||||
2.8.1
|
||||
#+end_src
|
||||
|
||||
*** Last Modified
|
||||
#+name: lastmodified
|
||||
#+begin_src emacs-lisp
|
||||
(format-time-string "%F")
|
||||
@@ -238,7 +294,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
#+name: header
|
||||
#+begin_src txt :noweb yes
|
||||
! Version: 2.0.0
|
||||
! Version: <<version>>
|
||||
! Last modified: <<lastmodified()>>
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
@@ -251,13 +307,9 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
*** UI Filters
|
||||
#+name: ui-filters
|
||||
#+begin_src txt :noweb yes
|
||||
<<header>>
|
||||
|
||||
<<global>>
|
||||
|
||||
<<youtube-shorts>>
|
||||
|
||||
<<youtube-search>>
|
||||
<<youtube-ui>>
|
||||
|
||||
<<discord>>
|
||||
|
||||
@@ -274,11 +326,18 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
<<menards>>
|
||||
|
||||
<<indeed>>
|
||||
|
||||
<<ebay>>
|
||||
|
||||
<<aliexpress>>
|
||||
|
||||
<<jlcpcb>>
|
||||
#+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>>
|
||||
|
||||
<<ui-filters>>
|
||||
#+end_src
|
||||
@@ -287,14 +346,16 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
#+begin_src txt :noweb yes :tangle chase-content.txt
|
||||
! Title: chase's Content Filters
|
||||
! Description: Block undesirable YouTube content
|
||||
<<header>>
|
||||
|
||||
<<youtube-content>>
|
||||
#+end_src
|
||||
|
||||
*** 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>>
|
||||
|
||||
<<ui-filters>>
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
! Title: chase's uBlock Filters
|
||||
! Title: chase's uBlock Filter Collection
|
||||
! Description: All filters provided by chase's filter repo
|
||||
|
||||
! Version: 2.0.0
|
||||
! Last modified: 2025-07-21
|
||||
! Version: 2.8.1
|
||||
! Last modified: 2025-08-18
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
@@ -12,11 +11,23 @@
|
||||
! 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
|
||||
|
||||
! Hide shorts category on homepage and search pages
|
||||
youtube.com##yt-chip-cloud-chip-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts button in sidebar
|
||||
youtube.com##ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##.ytd-mini-guide-entry-renderer.style-scope.yt-simple-endpoint:has(span.title:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide all videos with the shorts indicator on the thumbnail
|
||||
youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
|
||||
@@ -24,26 +35,25 @@ 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(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide shorts section on homepage
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts in recommended videos
|
||||
youtube.com##ytd-reel-shelf-renderer
|
||||
|
||||
! Hide shorts tab on channel pages`
|
||||
! 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 short remixes in video descriptions
|
||||
! Hide shorts remixes in video descriptions
|
||||
youtube.com##ytd-reel-shelf-renderer.ytd-structured-description-content-renderer:has-text(/^Shorts remixing this video$/i)
|
||||
|
||||
! Hide shorts from search results
|
||||
youtube.com##grid-shelf-view-model.ytGridShelfViewModelHostHasBottomButton.ytd-item-section-renderer.ytGridShelfViewModelHost
|
||||
|
||||
! 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*$/))
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
youtube.com##ytd-shelf-renderer.ytd-item-section-renderer.style-scope
|
||||
|
||||
! Hide list of recent uploads from a channel from search
|
||||
youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
@@ -51,12 +61,6 @@ youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
! Hide Mix results from search
|
||||
youtube.com##ytd-radio-renderer
|
||||
|
||||
! Hide things that you didn't search for
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
|
||||
! YT Search - keep only videos (no shorts) and channels
|
||||
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-renderer,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
|
||||
|
||||
! Hide top bar
|
||||
discord.com##.visual-refresh:style(--custom-app-top-bar-height: 0px !important)
|
||||
discord.com##.visual-refresh :is(.chat_f75fb0[data-has-border=true], .container__133bf, .container_a592e1):style(border-top: 0 !important)
|
||||
@@ -87,16 +91,22 @@ discord.com##.footer__5be3e:has(> .container_a99829:only-child)
|
||||
! Upgrade Gmail
|
||||
mail.google.com##.CRPU9d
|
||||
|
||||
! Remove AI overview in Google search
|
||||
! Hide AI overview in Google search
|
||||
google.com##.GcKpu
|
||||
google.com###Odp5De
|
||||
|
||||
! Hide "AI Mode" pop-up in Google search
|
||||
google.com##.azeJrb
|
||||
google.com##.xg7rAe.nP0TDe.ivkdbf.mcPPZ
|
||||
google.com##.ivkdbf.KUf18.kJFf0c
|
||||
|
||||
! Amazon Prime Nags?
|
||||
amazon.com##.prime-updp-accept-cta.a-span-last
|
||||
amazon.com##.prime-updp-headline-primary
|
||||
amazon.com##.prime-updp-mobile-renewal-text-offer
|
||||
amazon.com##.prime-updp-mobile-table
|
||||
amazon.com##.prime-legal-text-primary
|
||||
|
||||
! Prime box on product page
|
||||
amazon.com##.abb-widget-box-border.a-box
|
||||
|
||||
@@ -111,17 +121,33 @@ cad.onshape.com##.zero-state-open.zero-state-panel
|
||||
! Attempt to remove id protection nag from Discover
|
||||
card.discover.com###main-content-rwd > div.dmp-slide.show-placement
|
||||
|
||||
! Remove email banner from bottom of screen
|
||||
! Hide email banner from bottom of screen
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
||||
|
||||
! Remove sign in with Google
|
||||
www.indeed.com##.icl-Card
|
||||
! Hide sign in with Google
|
||||
indeed.com##.icl-Card
|
||||
|
||||
! Hide auto-dubbed videos on YouTube
|
||||
! Hide pop-ups
|
||||
ebay.com##[aria-modal]:has(.coupon-header)
|
||||
|
||||
ebay.com##body:style(position: static !important;overflow: auto !important;width: auto !important;height: auto !important;margin-top:auto !important;)
|
||||
|
||||
! Hide annoying GIF on home page
|
||||
aliexpress.us##.drogue-poplayer-modal
|
||||
! Hide social buttons on search results page
|
||||
aliexpress.us##.go_gq
|
||||
|
||||
! Hide chat
|
||||
cart.jlcpcb.com##.chat-icon-popover.el-popper.el-popover
|
||||
cart.jlcpcb.com##.el-popover__reference.wm-chat
|
||||
|
||||
! Hide auto-dubbed videos
|
||||
youtube.com##ytd-compact-video-renderer:has([d="M11.72 11.928A4.004 4.004 0 0015 7.998c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.96 1.42 3.59 3.28 3.93-5.51.28-8.28 3.83-8.28 8.07L20 20c0-4.24-2.77-7.79-8.28-8.07Z"])
|
||||
|
||||
! YT Home - Hide videos based on channel names
|
||||
youtube.com##yt-lockup-view-model.lockup.ytd-item-section-renderer> .yt-lockup-view-model-wiz--compact.yt-lockup-view-model-wiz--horizontal.yt-lockup-view-model-wiz:has(yt-badge-view-model.yt-badge-view-model-wiz:has(badge-shape.badge-shape-wiz.badge-shape-wiz--default:has(div.badge-shape-wiz__text:has-text(/^Auto-dubbed$/i))))
|
||||
|
||||
! Hide videos based on channel names on home page
|
||||
youtube.com##ytd-browse[page-subtype="home"] ytd-rich-item-renderer:has(#avatar-link:is([title="ChannelName"], [title*="ContainsChannelName"], [title="Case Insensitive Channel Name"i]))
|
||||
|
||||
! YT Search - hide results based on channel names
|
||||
! Hide videos based on channel names in search results
|
||||
youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title="Exact channel name 1"], [title="Exact channel name 2"]))
|
||||
|
||||
@@ -1,11 +1,20 @@
|
||||
! Title: chase's Content Filters
|
||||
! Description: Block undesirable YouTube content
|
||||
! Version: 2.8.1
|
||||
! Last modified: 2025-08-18
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
|
||||
! Hide auto-dubbed videos on YouTube
|
||||
!!! This file is generated by README.org and should not be edited directly !!!
|
||||
|
||||
! Hide auto-dubbed videos
|
||||
youtube.com##ytd-compact-video-renderer:has([d="M11.72 11.928A4.004 4.004 0 0015 7.998c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.96 1.42 3.59 3.28 3.93-5.51.28-8.28 3.83-8.28 8.07L20 20c0-4.24-2.77-7.79-8.28-8.07Z"])
|
||||
|
||||
! YT Home - Hide videos based on channel names
|
||||
youtube.com##yt-lockup-view-model.lockup.ytd-item-section-renderer> .yt-lockup-view-model-wiz--compact.yt-lockup-view-model-wiz--horizontal.yt-lockup-view-model-wiz:has(yt-badge-view-model.yt-badge-view-model-wiz:has(badge-shape.badge-shape-wiz.badge-shape-wiz--default:has(div.badge-shape-wiz__text:has-text(/^Auto-dubbed$/i))))
|
||||
|
||||
! Hide videos based on channel names on home page
|
||||
youtube.com##ytd-browse[page-subtype="home"] ytd-rich-item-renderer:has(#avatar-link:is([title="ChannelName"], [title*="ContainsChannelName"], [title="Case Insensitive Channel Name"i]))
|
||||
|
||||
! YT Search - hide results based on channel names
|
||||
! Hide videos based on channel names in search results
|
||||
youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title="Exact channel name 1"], [title="Exact channel name 2"]))
|
||||
|
||||
68
chase-ui.txt
68
chase-ui.txt
@@ -1,8 +1,7 @@
|
||||
! Title: chase's UI Filters
|
||||
! Title: chase's UI Filter Collection
|
||||
! Description: All UI filters provided by chase's filter repo
|
||||
|
||||
! Version: 2.0.0
|
||||
! Last modified: 2025-07-21
|
||||
! Version: 2.8.1
|
||||
! Last modified: 2025-08-18
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
@@ -12,11 +11,23 @@
|
||||
! 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
|
||||
|
||||
! Hide shorts category on homepage and search pages
|
||||
youtube.com##yt-chip-cloud-chip-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts button in sidebar
|
||||
youtube.com##ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
youtube.com##.ytd-mini-guide-entry-renderer.style-scope.yt-simple-endpoint:has(span.title:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide all videos with the shorts indicator on the thumbnail
|
||||
youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
|
||||
@@ -24,26 +35,25 @@ 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(yt-formatted-string:has-text(/^Shorts$/i))
|
||||
|
||||
! Hide shorts section on homepage
|
||||
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
||||
|
||||
! Hide shorts in recommended videos
|
||||
youtube.com##ytd-reel-shelf-renderer
|
||||
|
||||
! Hide shorts tab on channel pages`
|
||||
! 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 short remixes in video descriptions
|
||||
! Hide shorts remixes in video descriptions
|
||||
youtube.com##ytd-reel-shelf-renderer.ytd-structured-description-content-renderer:has-text(/^Shorts remixing this video$/i)
|
||||
|
||||
! Hide shorts from search results
|
||||
youtube.com##grid-shelf-view-model.ytGridShelfViewModelHostHasBottomButton.ytd-item-section-renderer.ytGridShelfViewModelHost
|
||||
|
||||
! 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*$/))
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
youtube.com##ytd-shelf-renderer.ytd-item-section-renderer.style-scope
|
||||
|
||||
! Hide list of recent uploads from a channel from search
|
||||
youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
@@ -51,12 +61,6 @@ youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
! Hide Mix results from search
|
||||
youtube.com##ytd-radio-renderer
|
||||
|
||||
! Hide things that you didn't search for
|
||||
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
|
||||
! YT Search - keep only videos (no shorts) and channels
|
||||
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-renderer,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
|
||||
|
||||
! Hide top bar
|
||||
discord.com##.visual-refresh:style(--custom-app-top-bar-height: 0px !important)
|
||||
discord.com##.visual-refresh :is(.chat_f75fb0[data-has-border=true], .container__133bf, .container_a592e1):style(border-top: 0 !important)
|
||||
@@ -87,16 +91,22 @@ discord.com##.footer__5be3e:has(> .container_a99829:only-child)
|
||||
! Upgrade Gmail
|
||||
mail.google.com##.CRPU9d
|
||||
|
||||
! Remove AI overview in Google search
|
||||
! Hide AI overview in Google search
|
||||
google.com##.GcKpu
|
||||
google.com###Odp5De
|
||||
|
||||
! Hide "AI Mode" pop-up in Google search
|
||||
google.com##.azeJrb
|
||||
google.com##.xg7rAe.nP0TDe.ivkdbf.mcPPZ
|
||||
google.com##.ivkdbf.KUf18.kJFf0c
|
||||
|
||||
! Amazon Prime Nags?
|
||||
amazon.com##.prime-updp-accept-cta.a-span-last
|
||||
amazon.com##.prime-updp-headline-primary
|
||||
amazon.com##.prime-updp-mobile-renewal-text-offer
|
||||
amazon.com##.prime-updp-mobile-table
|
||||
amazon.com##.prime-legal-text-primary
|
||||
|
||||
! Prime box on product page
|
||||
amazon.com##.abb-widget-box-border.a-box
|
||||
|
||||
@@ -111,8 +121,22 @@ cad.onshape.com##.zero-state-open.zero-state-panel
|
||||
! Attempt to remove id protection nag from Discover
|
||||
card.discover.com###main-content-rwd > div.dmp-slide.show-placement
|
||||
|
||||
! Remove email banner from bottom of screen
|
||||
! Hide email banner from bottom of screen
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
||||
|
||||
! Remove sign in with Google
|
||||
www.indeed.com##.icl-Card
|
||||
! Hide sign in with Google
|
||||
indeed.com##.icl-Card
|
||||
|
||||
! Hide pop-ups
|
||||
ebay.com##[aria-modal]:has(.coupon-header)
|
||||
|
||||
ebay.com##body:style(position: static !important;overflow: auto !important;width: auto !important;height: auto !important;margin-top:auto !important;)
|
||||
|
||||
! Hide annoying GIF on home page
|
||||
aliexpress.us##.drogue-poplayer-modal
|
||||
! Hide social buttons on search results page
|
||||
aliexpress.us##.go_gq
|
||||
|
||||
! Hide chat
|
||||
cart.jlcpcb.com##.chat-icon-popover.el-popper.el-popover
|
||||
cart.jlcpcb.com##.el-popover__reference.wm-chat
|
||||
|
||||
Reference in New Issue
Block a user