You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While not a big issue, having all Scriptlet names being all lower case, is just not the best thing in some cases.
For example, sometimes you might create a name based on a function, and you used thisFunction in the code, so for the brain to want to see it as user-thisfuncion.js is just weird.
Or for example, if you add the Return Dislike Button userscript as scriptlet, you might want to use it as user-ReturnDislikeButton.js just as you are used to see it on the extension and the internet, or YouTube or YT rather than yt just for easily spot the Scriptlets in the list.
It is more of a QOL implementation, since having eveything lowercase is just not the same as being able to read scriptlets name with some uppercase on them. The only way to kind of do this by now is adding dashes (-) to the name, but that means a longer name thaty could be easily fixed by not restricting scriptlets names to be only lowercase.
The text was updated successfully, but these errors were encountered:
Platforms
all
Description
While not a big issue, having all Scriptlet names being all lower case, is just not the best thing in some cases.
For example, sometimes you might create a name based on a function, and you used
thisFunction
in the code, so for the brain to want to see it as user-thisfuncion.js is just weird.Or for example, if you add the Return Dislike Button userscript as scriptlet, you might want to use it as user-ReturnDislikeButton.js just as you are used to see it on the extension and the internet, or YouTube or YT rather than yt just for easily spot the Scriptlets in the list.
It is more of a QOL implementation, since having eveything lowercase is just not the same as being able to read scriptlets name with some uppercase on them. The only way to kind of do this by now is adding dashes (
-
) to the name, but that means a longer name thaty could be easily fixed by not restricting scriptlets names to be only lowercase.The text was updated successfully, but these errors were encountered: