Custom-JavaScript-for-Websites-2
Custom-JavaScript-for-Websites-2 copied to clipboard
Ability to name the scripts instead of using host as the identifier
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)
It's a legit use case, I will work on it.
Thanks for suggestion.
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.