-
There is a site that fights blockages by creating a new subdomain every day and when I open example.com from google search page, I get to the new subdomain. I need to disable this extension on whole site include subdomains, how can I do this? example: this rule not works for me: |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
May 30, 2023
Replies: 1 comment
-
A "Pattern" is a JS regular expression if it starts with "^", so you may try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
whoizit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A "Pattern" is a JS regular expression if it starts with "^", so you may try: