Update 1.2.0: add Menards email banner filter, improve documentation

This commit is contained in:
2025-07-01 12:28:04 -04:00
parent 747d030baa
commit f5eaaac789
13 changed files with 65 additions and 26 deletions

View File

@@ -27,6 +27,7 @@ https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/ch
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-insight-central.txt
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-onshape.txt
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-discover.txt
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-menards.txt
#+end_src
@@ -190,11 +191,25 @@ cad.onshape.com##.zero-state-open.zero-state-panel
card.discover.com###main-content-rwd > div.dmp-slide.show-placement
#+end_src
** Menards
#+name: menards
#+begin_src txt
! Remove email banner from bottom of screen
menards.com##div#emailBanner.email-banner.floating.w-100
#+end_src
* Contributing
Filter lists are tangled out of this document with org-babel. Please submit
changes to =README.org= rather than the individual filter list files.
** Adding Lists
1. Create a new entry under the [[Filter Lists][Filter Lists]] header with the name and contents of the list.
2. Create a new entry under the [[File Generation][File Generation]] header with a title and description.
3. Add the new list to the [[All Filter Lists][All Filter Lists]] entry.
4. Add the URL of the new list to [[Individual Filters][Individual Filters]].
5. Update the version number under [[Header Generation][Header Generation]].
* License
#+begin_src txt
@@ -225,7 +240,7 @@ date -u -I
#+name: header
#+begin_src shell :noweb yes
! Version: 1.1.0
! Version: 1.2.0
! Last modified: <<lastmodified()>>
! Expires: 2 weeks (update frequency)
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
@@ -233,7 +248,7 @@ date -u -I
#+end_src
** File Generation
*** All Filters
*** All Filter Lists
#+begin_src txt :noweb yes :tangle chase-all.txt
! Title: All Filters
! Description: All filters provided by chase's filter repo
@@ -258,6 +273,8 @@ date -u -I
<<onshape>>
<<discover>>
<<menards>>
#+end_src
*** Global
@@ -345,8 +362,17 @@ date -u -I
*** Discover
#+begin_src txt :noweb yes :tangle chase-discover.txt
! Title: Discover Filters
! Description: Filters for Discover.com
! Description: Filters for Discover
<<header>>
<<discover>>
#+end_src
*** Menards
#+begin_src txt :noweb yes :tangle chase-menards.txt
! Title: Menards Filters
! Description: Filters for Menards
<<header>>
<<menards>>
#+end_src