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

Ability to name the scripts instead of using host as the identifier #853

Open
Anangaya opened this issue May 11, 2022 · 2 comments
Open
Assignees

Comments

@Anangaya
Copy link

Would be great if the scripts can be named instead of using host as the only identifier (it becomes ugly when you want use multiple scripts on the same site like RegExp: file:///.* , RegExp: file://., RegExp: file:/. for local files)

BFDRADmlcA

@xcv58
Copy link
Owner

xcv58 commented May 15, 2022

It's a legit use case, I will work on it.

Thanks for suggestion.

@xcv58 xcv58 self-assigned this May 15, 2022
@xcv58
Copy link
Owner

xcv58 commented May 17, 2022

The feature is trivial to implement. However, due to the browser sync data quota:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync#storage_quotas_for_sync_data

It's dangerous to add this feature. I will think about alternatives.

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

2 participants