Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Update filter_syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 authored Dec 17, 2018
1 parent dd1feb5 commit 7712c6d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions notes/filter_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ they will not work in uBlock Origin.

Nano Adblocker and uBlock Origin will map options as follows for convenience:
```
1p -> first-party
3p -> third-party
css -> stylesheet
doc -> document
iframe -> subdocument
xhr -> xmlhttprequest
1p -> first-party
3p -> third-party
css -> stylesheet
doc -> document
frame -> subdocument
xhr -> xmlhttprequest
```

Additionally, Nano Adblocker will map `ghide` to `generichide`.
Additionally, Nano Adblocker will map `ghide` to `generichide` and `iframe` to
`subdocument`. uBlock Origin will discard filters that use `ghide` or `iframe`
options.

## The option `empty`

Expand Down

0 comments on commit 7712c6d

Please sign in to comment.