decodeURI & Paste text - Keyboard shortcut

Calling decodeURI to get a nicer and readable URI (Ctrl + Shift + V)

Δημιουργός
Ariel
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
31
Βαθμολογίες
1 0 0
Έκδοση
0.1.1
Δημιουργήθηκε την
10/03/2016
Ενημερώθηκε την
25/06/2018
Μέγεθος
1 KB
Άδεια
MIT
Εφαρμόζεται σε

decodeURI & Paste text - Keyboard shortcut

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);

Example

https://my.site.yay/some/hebrew/text/שלום-אני-אריאל/היי

Instead of

https://my.site.yay/some/hebrew/text/%D7%A9%D7%9C%D7%95%D7%9D-%D7%90%D7%A0%D7%99-%D7%90%D7%A8%D7%99%D7%90%D7%9C/%D7%94%D7%99%D7%99

Suggestions, bugs etc.

At GitHub