search
Open Google search engine,
and in search field, type:
-------------------------------------------------------
However when you actually click to go to that URL, you'll see in your browser URL field
that there is a lot of other stuff in the URL besides the actual https of the target site.
This is presumably codes that allow Google to track and profile your web browsing.
--------------------
Removing all the extraneous crap:
Then replace five-char codes starting with " %25 " with whatever single-char they represent:
%25 is (apparently) the code for what follows being ascii (in hex)
so eg. %2520 is a <space>
Then delete " &usg " and all remaining.
eof