Skip to content

Commit 4621a20

Browse files
Update README.md
1 parent ea780c3 commit 4621a20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# DistillNET
22
DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format. Note that while the CSS selector rule parser and object are complete, they are not implemented in anything, because an HTML parser backend is needed. This is a future goal.
33

4+
DistillNET is available on [Nuget](https://www.nuget.org/packages/DistillNET/).
5+
6+
47
DistillNET was designed to be fast, considering every other factor last. An example of this is the fact that DistillNET will create multiple inserts into its database for the same rule, if more than one domain is attached to the rule. To be clear, the rule:
58

69
- `example.com/stuff$domain=one.com|two.com`

0 commit comments

Comments
 (0)