Custom-JavaScript-for-Websites-2 icon indicating copy to clipboard operation
Custom-JavaScript-for-Websites-2 copied to clipboard

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

Open Anangaya opened this issue 2 years ago • 2 comments

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

Anangaya avatar May 11 '22 08:05 Anangaya

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

Thanks for suggestion.

xcv58 avatar May 15 '22 13:05 xcv58

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.

xcv58 avatar May 17 '22 03:05 xcv58