forked from chase/ublock-filters
Update 2.0.1: Documentation upgrades, added clickable links to add filters
This commit is contained in:
24
README.org
24
README.org
@@ -5,10 +5,12 @@
|
||||
A collection of [[https://github.com/gorhill/uBlock][uBlock Origin]] filters to deal with a variety of annoyances.
|
||||
|
||||
* Installation
|
||||
To use these filters, go to uBlock Origin > Dashboard > Filter lists, scroll down
|
||||
Click the ~subscribe~ link in the header.
|
||||
|
||||
For manual installation, go to uBlock Origin > Dashboard > Filter lists, scroll down
|
||||
and expand the 'Import...' heading, then paste the URL for the desired list(s).
|
||||
|
||||
** All Filters
|
||||
** All Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-all.txt&title=chase's%20uBlock%20Filters][subscribe]]*
|
||||
This URL can be used to add all filters, opinions and all. New lists are added
|
||||
automatically.
|
||||
#+begin_src txt
|
||||
@@ -16,10 +18,15 @@ https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/ch
|
||||
#+end_src
|
||||
|
||||
** Individual Lists
|
||||
Use these URLs to add only the UI filters or only the content filters. [[All Filters][All Filters]]
|
||||
above is a combination of these two.
|
||||
*** UI Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-ui.txt&title=chase's%20UI%20Filters][subscribe]]*
|
||||
All UI filters, no content filters.
|
||||
#+begin_src txt
|
||||
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-ui.txt
|
||||
#+end_src
|
||||
|
||||
*** Content Filters | *[[https://subscribe.adblockplus.org/?location=https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-content.txt&title=chase's%20Content%20Filters][subscribe]]*
|
||||
Filters for YouTube content that I personally find distasteful.
|
||||
#+begin_src
|
||||
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-content.txt
|
||||
#+end_src
|
||||
|
||||
@@ -231,6 +238,13 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
3. Update the version number under [[Header Generation][Header Generation]].
|
||||
|
||||
** Header Generation
|
||||
*** Version
|
||||
#+name: version
|
||||
#+begin_src txt
|
||||
2.0.1
|
||||
#+end_src
|
||||
|
||||
*** Last Modified
|
||||
#+name: lastmodified
|
||||
#+begin_src emacs-lisp
|
||||
(format-time-string "%F")
|
||||
@@ -238,7 +252,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
#+name: header
|
||||
#+begin_src txt :noweb yes
|
||||
! Version: 2.0.0
|
||||
! Version: <<version>>
|
||||
! Last modified: <<lastmodified()>>
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
|
@@ -1,8 +1,8 @@
|
||||
! Title: chase's uBlock Filters
|
||||
! Description: All filters provided by chase's filter repo
|
||||
|
||||
! Version: 2.0.0
|
||||
! Last modified: 2025-07-21
|
||||
! Version: 2.0.1
|
||||
! Last modified: 2025-07-29
|
||||
! 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
|
||||
|
@@ -1,8 +1,8 @@
|
||||
! Title: chase's UI Filters
|
||||
! Description: All UI filters provided by chase's filter repo
|
||||
|
||||
! Version: 2.0.0
|
||||
! Last modified: 2025-07-21
|
||||
! Version: 2.0.1
|
||||
! Last modified: 2025-07-29
|
||||
! 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
|
||||
|
Reference in New Issue
Block a user