forked from chase/ublock-filters
Update 1.2.0: add Menards email banner filter, improve documentation
This commit is contained in:
32
README.org
32
README.org
@@ -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
|
||||
|
@@ -1,7 +1,7 @@
|
||||
! Title: All Filters
|
||||
! Description: All filters provided by chase's filter repo
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
@@ -114,3 +114,6 @@ 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
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
||||
|
@@ -1,7 +1,7 @@
|
||||
! Title: Amazon Filters
|
||||
! Description: Filters for Amazon.com
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: Discord Filters
|
||||
! Description: Filters to clean up Discord UI
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: Discover Filters
|
||||
! Description: Filters for Discover.com
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Description: Filters for Discover
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: Global Filters
|
||||
! Description: Filters allowed on all websites
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: Google Filters
|
||||
! Description: Filters for Google search, Gmail, etc.
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: Insight Central Filters
|
||||
! Description: Filters for Insight Central forums
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
|
10
chase-menards.txt
Normal file
10
chase-menards.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
! Title: Menards Filters
|
||||
! Description: Filters for Menards
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
|
||||
! Remove email banner from bottom of screen
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
@@ -1,7 +1,7 @@
|
||||
! Title: Onshape Filters
|
||||
! Description: Filters for Onshape
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: YouTube Content Filters
|
||||
! Description: *Opinionated* filters to clean up unwanted content from YouTube
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: YouTube Search Filters
|
||||
! Description: Filters to clean up Shorts and Playables on YouTube
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (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: YouTube Shorts Filters
|
||||
! Description: Filters to clean up Shorts and Playables on YouTube
|
||||
! Version: 1.1.0
|
||||
! Last modified: 2025-06-30
|
||||
! Version: 1.2.0
|
||||
! Last modified: 2025-07-01
|
||||
! Expires: 2 weeks (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
|
Reference in New Issue
Block a user