How to make Chrome URL display spaces instead of %20

2

Browsers like Firefox display URLs containing spaces (including nbsp's) with an actual space (); Chrome always displays spaces as %20 (and nbsp's as %C2%A0) in the address bar. (ie, Firefox displays http://example.com/A B in the address bar while Chrome displays http://example.com/A%20B.) Is there any way to make Chrome display spaces as instead of %20?

Nixinova

Posted 2019-07-29T23:59:31.867

Reputation: 21

I'd like to have configuration for that too <3 – Betlista – 2020-01-30T10:45:08.703

No answers