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
?
I'd like to have configuration for that too <3 – Betlista – 2020-01-30T10:45:08.703