forked from chase/ublock-filters
Update 2.5.0: Add eBay pop-up filters from Joey
This commit is contained in:
13
README.org
13
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
|
||||
<<menards>>
|
||||
|
||||
<<indeed>>
|
||||
|
||||
<<ebay>>
|
||||
#+end_src
|
||||
|
||||
#+begin_src txt :noweb yes :tangle chase-ui.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"])
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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;)
|
||||
|
Reference in New Issue
Block a user