cyfung1031 / userscript-supports

This is for the userscripts created on GreasyFork.org.
https://cyfung1031.github.io/userscript-supports/
MIT License
48 stars 3 forks source link

Restore YouTube Username from Handle to Custom: Display username if user has no name #33

Closed Goosegit11 closed 1 month ago

Goosegit11 commented 7 months ago

By default the script doesn't display anything if the person doesn't have a name, this is very inconvenient in comment sections, you can't know who is replying to whom, see example:

image

So I'd rather fallback to the username instead of just showing nothing.

I see that there is "Support for NO NAME (EXAMPLE)" in script's description, so this behavior is intended and you probably don't want to change the default to username fallback.

Then, could you please help me how I can modify the script to achieve this? Even better would be introducing some kind of options.

cyfung1031 commented 1 month ago

Your saying is correct, but fallback to the @user-xxxxx will be inconsistent with other names.

Actually this would not affect the function of the script, and "@" with color is still differentiable. BTW, this is a rare case. Just some users want to play with this. And this script is to restore the previous custom name. This "@" matches the purpose of the script.

I don't have time to do anything with this. Sorry.