forked from chase/ublock-filters
Update 1.3.0: add another Prime filter to Amazon list, refactor header generation
This commit is contained in:
26
README.org
26
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: <<lastmodified()>>
|
||||
! 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
|
||||
<<header>>
|
||||
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"])
|
||||
|
||||
|
@@ -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*$/))
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user