diff --git a/README.org b/README.org index 84a2ee5..f7480a3 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,4 @@ +# -*- org-confirm-babel-evaluate: nil -*- #+TITLE: ublock-filters #+AUTHOR: chase #+OPTIONS: toc:nil @@ -166,6 +167,8 @@ amazon.com##.prime-updp-headline-primary amazon.com##.prime-updp-mobile-renewal-text-offer amazon.com##.prime-updp-mobile-table amazon.com##.prime-legal-text-primary +! Prime box on product page +amazon.com##.abb-widget-box-border.a-box #+end_src ** Insight Central @@ -200,7 +203,7 @@ menards.com##div#emailBanner.email-banner.floating.w-100 * Contributing -Filter lists are tangled out of this document with org-babel. Please submit +Filter lists are tangled out of this document with org-babel. Please make all changes to =README.org= rather than the individual filter list files. @@ -220,10 +223,8 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION #+end_src -* Local Variables :noexport: -Local Variables: -org-confirm-babel-evaluate: nil -End: +* Development :noexport: +*This section is not rendered when viewing on Gitea.* ** Adding Lists 1. Create a new entry under the [[Filter Lists][Filter Lists]] header with the name and contents of the list. @@ -234,23 +235,26 @@ End: ** Header Generation #+name: lastmodified -#+begin_src shell -date -u -I +#+begin_src emacs-lisp +(format-time-string "%F") #+end_src #+name: header -#+begin_src shell :noweb yes -! Version: 1.2.0 +#+begin_src txt :noweb yes +[uBlock origin] +! Version: 1.3.0 ! Last modified: <> -! Expires: 2 weeks (update frequency) +! 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 + +!!! This file is generated by README.org and should not be edited directly !!! #+end_src ** File Generation *** All Filter Lists #+begin_src txt :noweb yes :tangle chase-all.txt -! Title: All Filters +! Title: chase's uBlock Filters ! Description: All filters provided by chase's filter repo <
> diff --git a/chase-all.txt b/chase-all.txt index 0d6c412..05e7939 100644 --- a/chase-all.txt +++ b/chase-all.txt @@ -1,11 +1,14 @@ -! Title: All Filters +! Title: chase's uBlock Filters ! Description: All filters provided by chase's filter repo -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Hide sign in with Google ||accounts.google.com/gsi/*$xhr,script,3p @@ -103,6 +106,8 @@ amazon.com##.prime-updp-headline-primary amazon.com##.prime-updp-mobile-renewal-text-offer amazon.com##.prime-updp-mobile-table amazon.com##.prime-legal-text-primary +! Prime box on product page +amazon.com##.abb-widget-box-border.a-box ! IC Sidebar ads insightcentral.net##div.sidebar-block:nth-of-type(1) diff --git a/chase-amazon.txt b/chase-amazon.txt index 9684229..f6e69fc 100644 --- a/chase-amazon.txt +++ b/chase-amazon.txt @@ -1,14 +1,19 @@ ! Title: Amazon Filters ! Description: Filters for Amazon.com -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Amazon Prime Nags? amazon.com##.prime-updp-accept-cta.a-span-last amazon.com##.prime-updp-headline-primary amazon.com##.prime-updp-mobile-renewal-text-offer amazon.com##.prime-updp-mobile-table amazon.com##.prime-legal-text-primary +! Prime box on product page +amazon.com##.abb-widget-box-border.a-box diff --git a/chase-discord.txt b/chase-discord.txt index 44088fd..fe2c35e 100644 --- a/chase-discord.txt +++ b/chase-discord.txt @@ -1,11 +1,14 @@ ! Title: Discord Filters ! Description: Filters to clean up Discord UI -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Hide top bar discord.com##.visual-refresh:style(--custom-app-top-bar-height: 0px !important) discord.com##.visual-refresh :is(.chat_f75fb0[data-has-border=true], .container__133bf, .container_a592e1):style(border-top: 0 !important) diff --git a/chase-discover.txt b/chase-discover.txt index e998dc3..7f996f8 100644 --- a/chase-discover.txt +++ b/chase-discover.txt @@ -1,10 +1,13 @@ ! Title: Discover Filters ! Description: Filters for Discover -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Attempt to remove id protection nag from Discover card.discover.com###main-content-rwd > div.dmp-slide.show-placement diff --git a/chase-global.txt b/chase-global.txt index c27e506..a553ca7 100644 --- a/chase-global.txt +++ b/chase-global.txt @@ -1,10 +1,13 @@ ! Title: Global Filters ! Description: Filters allowed on all websites -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Hide sign in with Google ||accounts.google.com/gsi/*$xhr,script,3p diff --git a/chase-google.txt b/chase-google.txt index ca7010b..5249724 100644 --- a/chase-google.txt +++ b/chase-google.txt @@ -1,11 +1,14 @@ ! Title: Google Filters ! Description: Filters for Google search, Gmail, etc. -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Upgrade Gmail mail.google.com##.CRPU9d diff --git a/chase-insight-central.txt b/chase-insight-central.txt index 5b0cfdb..f60814e 100644 --- a/chase-insight-central.txt +++ b/chase-insight-central.txt @@ -1,11 +1,14 @@ ! Title: Insight Central Filters ! Description: Filters for Insight Central forums -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! IC Sidebar ads insightcentral.net##div.sidebar-block:nth-of-type(1) insightcentral.net##div.sidebar-block:nth-of-type(5) diff --git a/chase-menards.txt b/chase-menards.txt index 38b73c4..e78f76b 100644 --- a/chase-menards.txt +++ b/chase-menards.txt @@ -1,10 +1,13 @@ ! Title: Menards Filters ! Description: Filters for Menards -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! 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 05cdde9..8426a8b 100644 --- a/chase-onshape.txt +++ b/chase-onshape.txt @@ -1,11 +1,14 @@ ! Title: Onshape Filters ! Description: Filters for Onshape -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Onshape tour cad.onshape.com##.zero-state-header.section-header cad.onshape.com##.zero-state-open.zero-state-panel diff --git a/chase-youtube-content.txt b/chase-youtube-content.txt index 84bcc67..2e297b1 100644 --- a/chase-youtube-content.txt +++ b/chase-youtube-content.txt @@ -1,11 +1,14 @@ ! Title: YouTube Content Filters ! Description: *Opinionated* filters to clean up unwanted content from YouTube -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! 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-youtube-search.txt b/chase-youtube-search.txt index f358230..628103e 100644 --- a/chase-youtube-search.txt +++ b/chase-youtube-search.txt @@ -1,11 +1,14 @@ ! Title: YouTube Search Filters ! Description: Filters to clean up Shorts and Playables on YouTube -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Hide unrelated results from search youtube.com##ytd-shelf-renderer:has(#title:has-text(/^\s*(People also watched|For you|Previously watched|Latest from|Channels new to you|From related searches)\s*$/)) diff --git a/chase-youtube-shorts.txt b/chase-youtube-shorts.txt index e86f32a..9a011bf 100644 --- a/chase-youtube-shorts.txt +++ b/chase-youtube-shorts.txt @@ -1,11 +1,14 @@ ! Title: YouTube Shorts Filters ! Description: Filters to clean up Shorts and Playables on YouTube -! Version: 1.2.0 -! Last modified: 2025-07-01 -! Expires: 2 weeks (update frequency) +[uBlock origin] +! Version: 1.3.0 +! Last modified: 2025-07-02 +! 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 +!!! This file is generated by README.org and should not be edited directly !!! + ! Hide playables on homepage youtube.com##.ytd-rich-section-renderer.style-scope