From 7ff49a207c1c2ca12cc762141b032b169e2c4bb0 Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 13 Aug 2025 17:04:08 -0400 Subject: [PATCH] Update 2.5.0: Add eBay pop-up filters from Joey --- README.org | 13 ++++++++++++- chase-all.txt | 9 +++++++-- chase-content.txt | 4 ++-- chase-ui.txt | 9 +++++++-- 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 5824c6d..95f1347 100644 --- a/README.org +++ b/README.org @@ -218,6 +218,15 @@ menards.com##div#emailBanner.email-banner.floating.w-100 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 + * Contributing Filter lists are tangled out of this document with org-babel. Please make all @@ -252,7 +261,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION *** Version #+name: version #+begin_src txt -2.4.0 +2.5.0 #+end_src *** Last Modified @@ -295,6 +304,8 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION <> <> + +<> #+end_src #+begin_src txt :noweb yes :tangle chase-ui.txt diff --git a/chase-all.txt b/chase-all.txt index 56a7ad5..4f59a43 100644 --- a/chase-all.txt +++ b/chase-all.txt @@ -1,7 +1,7 @@ ! Title: chase's uBlock Filter Collection ! Description: All filters provided by chase's filter repo -! Version: 2.4.0 -! Last modified: 2025-08-05 +! Version: 2.5.0 +! Last modified: 2025-08-13 ! 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 @@ -129,6 +129,11 @@ menards.com##div#emailBanner.email-banner.floating.w-100 ! 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 auto-dubbed videos on YouTube 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"]) diff --git a/chase-content.txt b/chase-content.txt index 0ee8b0d..74108a2 100644 --- a/chase-content.txt +++ b/chase-content.txt @@ -1,7 +1,7 @@ ! Title: chase's Content Filters ! Description: Block undesirable YouTube content -! Version: 2.4.0 -! Last modified: 2025-08-05 +! Version: 2.5.0 +! Last modified: 2025-08-13 ! 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 diff --git a/chase-ui.txt b/chase-ui.txt index b917659..28098d1 100644 --- a/chase-ui.txt +++ b/chase-ui.txt @@ -1,7 +1,7 @@ ! Title: chase's UI Filter Collection ! Description: All UI filters provided by chase's filter repo -! Version: 2.4.0 -! Last modified: 2025-08-05 +! Version: 2.5.0 +! Last modified: 2025-08-13 ! 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 @@ -128,3 +128,8 @@ menards.com##div#emailBanner.email-banner.floating.w-100 ! 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;)