From f5eaaac789ce51910dbad67321b60221d3d5cad7 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 1 Jul 2025 12:28:04 -0400 Subject: [PATCH] Update 1.2.0: add Menards email banner filter, improve documentation --- README.org | 32 +++++++++++++++++++++++++++++--- chase-all.txt | 7 +++++-- chase-amazon.txt | 4 ++-- chase-discord.txt | 4 ++-- chase-discover.txt | 6 +++--- chase-global.txt | 4 ++-- chase-google.txt | 4 ++-- chase-insight-central.txt | 4 ++-- chase-menards.txt | 10 ++++++++++ chase-onshape.txt | 4 ++-- chase-youtube-content.txt | 4 ++-- chase-youtube-search.txt | 4 ++-- chase-youtube-shorts.txt | 4 ++-- 13 files changed, 65 insertions(+), 26 deletions(-) create mode 100644 chase-menards.txt diff --git a/README.org b/README.org index d0348a2..0a075cf 100644 --- a/README.org +++ b/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: <> ! 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 <> <> + +<> #+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 <
> <> #+end_src + +*** Menards +#+begin_src txt :noweb yes :tangle chase-menards.txt +! Title: Menards Filters +! Description: Filters for Menards +<
> + +<> +#+end_src diff --git a/chase-all.txt b/chase-all.txt index 8ada4e6..0d6c412 100644 --- a/chase-all.txt +++ b/chase-all.txt @@ -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 diff --git a/chase-amazon.txt b/chase-amazon.txt index e17a038..9684229 100644 --- a/chase-amazon.txt +++ b/chase-amazon.txt @@ -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 diff --git a/chase-discord.txt b/chase-discord.txt index f9a0e3b..44088fd 100644 --- a/chase-discord.txt +++ b/chase-discord.txt @@ -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 diff --git a/chase-discover.txt b/chase-discover.txt index 7e00b92..e998dc3 100644 --- a/chase-discover.txt +++ b/chase-discover.txt @@ -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 diff --git a/chase-global.txt b/chase-global.txt index 5de3f3a..c27e506 100644 --- a/chase-global.txt +++ b/chase-global.txt @@ -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 diff --git a/chase-google.txt b/chase-google.txt index 3717f48..ca7010b 100644 --- a/chase-google.txt +++ b/chase-google.txt @@ -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 diff --git a/chase-insight-central.txt b/chase-insight-central.txt index b7baee6..5b0cfdb 100644 --- a/chase-insight-central.txt +++ b/chase-insight-central.txt @@ -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 diff --git a/chase-menards.txt b/chase-menards.txt new file mode 100644 index 0000000..38b73c4 --- /dev/null +++ b/chase-menards.txt @@ -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 diff --git a/chase-onshape.txt b/chase-onshape.txt index 899bc95..05cdde9 100644 --- a/chase-onshape.txt +++ b/chase-onshape.txt @@ -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 diff --git a/chase-youtube-content.txt b/chase-youtube-content.txt index a949ca0..84bcc67 100644 --- a/chase-youtube-content.txt +++ b/chase-youtube-content.txt @@ -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 diff --git a/chase-youtube-search.txt b/chase-youtube-search.txt index f83441b..f358230 100644 --- a/chase-youtube-search.txt +++ b/chase-youtube-search.txt @@ -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 diff --git a/chase-youtube-shorts.txt b/chase-youtube-shorts.txt index 6cae200..e86f32a 100644 --- a/chase-youtube-shorts.txt +++ b/chase-youtube-shorts.txt @@ -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