Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wildcard for domain part #1864

Closed
Machou opened this issue Oct 4, 2023 · 4 comments
Closed

Add wildcard for domain part #1864

Machou opened this issue Oct 4, 2023 · 4 comments

Comments

@Machou
Copy link

Machou commented Oct 4, 2023

Hello

Tampermonkey didn't support wildcard for domain part.

Like this :

wildcards (*) at any position, e.g. www.google.*;

Can we expect this feature to be added?

Regards

@7nik
Copy link

7nik commented Oct 4, 2023

@match follow the match patterns.

But you can use @include, which allows wildcards at any place and regexp. Also, in @include, you can use .tld to match against any top-level domains.

@derjanb
Copy link
Member

derjanb commented Oct 8, 2023

Can we expect this feature to be added?

No, as @7nik explained. Sorry.

@jb222
Copy link

jb222 commented Oct 11, 2023

What about the ESLint warning?
Using @include is potentially unsafe and may be obsolete in Manifest v3 in early 2023. Please switch to @match.

@derjanb
Copy link
Member

derjanb commented Nov 16, 2023

What about the ESLint warning?

See #644 (comment) for further updates.

@derjanb derjanb closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants