block_urls
Block browser requests matching specified URL patterns using Chrome wildcard syntax. Remove all blocks by passing an empty list.
Instructions
Block subsequent requests whose URL matches one of the patterns.
Patterns use Chrome's wildcard syntax: ``*googletagmanager.com*``,
``*.png``, ``https://analytics.example.com/*``. Pass an empty list
or call ``unblock_all_urls`` to remove all blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |