forked from chase/ublock-filters
Update 1.3.2: Added Indeed filter for Google sign in box
This commit is contained in:
21
README.org
21
README.org
@@ -29,6 +29,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-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
|
||||
https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-indeed.txt
|
||||
#+end_src
|
||||
|
||||
|
||||
@@ -201,6 +202,13 @@ card.discover.com###main-content-rwd > div.dmp-slide.show-placement
|
||||
menards.com##div#emailBanner.email-banner.floating.w-100
|
||||
#+end_src
|
||||
|
||||
** Indeed
|
||||
#+name: indeed
|
||||
#+begin_src txt
|
||||
! Remove sign in with Google
|
||||
www.indeed.com##.icl-Card
|
||||
#+end_src
|
||||
|
||||
|
||||
* Contributing
|
||||
Filter lists are tangled out of this document with org-babel. Please make all
|
||||
@@ -241,7 +249,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
#+name: header
|
||||
#+begin_src txt :noweb yes
|
||||
! Version: 1.3.1
|
||||
! Version: 1.3.2
|
||||
! Last modified: <<lastmodified()>>
|
||||
! Expires: 2 days (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
@@ -278,6 +286,8 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
<<discover>>
|
||||
|
||||
<<menards>>
|
||||
|
||||
<<indeed>>
|
||||
#+end_src
|
||||
|
||||
*** Global
|
||||
@@ -379,3 +389,12 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
<<menards>>
|
||||
#+end_src
|
||||
|
||||
*** Indeed
|
||||
#+begin_src txt :noweb yes :tangle chase-indeed.txt
|
||||
! Title: Indeed Filters
|
||||
! Description: Filters for Indeed
|
||||
<<header>>
|
||||
|
||||
<<indeed>>
|
||||
#+end_src
|
||||
|
Reference in New Issue
Block a user