Block chrome:// pages #453
-
The extension is fantastic. Is there a way to block Chrome/Edge pages, such as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, this is possible using regular expressions. Click the "Show Advanced Options" button and enter the following into the field "Use regular expression to match URLs to block":
Be sure to enter it exactly as given; it's important to include the backslashes before the forward slashes and question mark. Note that this will override any list of sites entered into the field under What to Block. |
Beta Was this translation helpful? Give feedback.
Yes, this is possible using regular expressions. Click the "Show Advanced Options" button and enter the following into the field "Use regular expression to match URLs to block":
^chrome:\/\/extensions\/\?id=blaaajhemilngeeffpbfkdjjoefldkok
Be sure to enter it exactly as given; it's important to include the backslashes before the forward slashes and question mark.
Note that this will override any list of sites entered into the field under What to Block.