This repository was archived by the owner on Sep 9, 2022. It is now read-only.
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
Expand extended syntax [Important] #1395
Closed
Description
List of Local uBlock dynamic filtering
- all: github.com * * block
- images: github.com * image block
- 3rd-party: github.com * 3p block
- inline scripts: github.com * inline-script block
- 1st-party scripts: github.com * 1p-script block
- 3rd-party scripts: github.com * 3p-script block
- 3rd-party frames: github.com * 3p-frame block
List of Global uBlock dynamic filtering
- all: * * * block
- images: * * image block
- 3rd-party: * * 3p block
- inline scripts: * * inline-script block
- 1st-party scripts: * * 1p-script block
- 3rd-party scripts: * * 3p-script block
- 3rd-party frames: * * 3p-frame block
List of Local uBlock dynamic filtering translated to static filters
- all: *$domain=github.com
- images: ||github.com^$image
- 3rd-party: ||github.com^$third-party
- inline scripts: ||github.com^$inline-script
- 1st-party scripts: ||github.com^$script
- 3rd-party scripts: ||github.com^$third-party,script
- 3rd-party frames: ||github.com^$subdocument
List of Global uBlock dynamic filtering translated to static filters
- all: $domain=*
- images: $domain=*^$image
- 3rd-party: $domain=*^$third-party
- inline scripts: $domain=*^$inline-script
- 1st-party scripts: $domain=*^$script
- 3rd-party scripts: $domain=*^$third-party,script
- 3rd-party frames: $domain=*^$subdocument
Missing:
- noop
Further reading
Metadata
Metadata
Assignees
Labels
No labels