Calling decodeURI to get a nicer and readable URI (Ctrl + Shift + V)
Allows you to paste a nicer URI without encoded characters, it's great when you want to send a link to someone.
Use Ctrl + Shift + V
on every text area to paste the clipboard content decoded (with decodeURI javascript function);
https://my.site.yay/some/hebrew/text/שלום-אני-אריאל/היי
Instead of
At GitHub