I disabled all magic in the address bar so if I type "foo" it tries to connect to "http://foo" or else returns an "Unable to Connect" error. I was surprised how many steps were required to accomplish this.
%67 is "g" encoded. In this example, it's goo_g_. Typing %hexcode for any letter of a site in your history/bookmarks at the appropriate position triggers the behavior.
edit: %22 is interesting. It triggers a JSON snippet.
The address bar on Firefox for Android also exhibits bizarre behavior. Type in github and then go to the end and try to add a username after the slash. Horrible!
That's different... That's just the standard UX of their mobile autocomplete. It's the same on iOS (I type "f" and it autofills a URL - next letter I type is appended to the end of that URL, slash and all).
This is a problem with how it's interpretations the encoding of characters - they should be escaped by default and be able to be enabled with a flag if there's a valid use for them.
[+] [-] jrcii|10 years ago|reply
[+] [-] CapitalistCartr|10 years ago|reply
[+] [-] ashmud|10 years ago|reply
edit: %22 is interesting. It triggers a JSON snippet.
[+] [-] geoelectric|10 years ago|reply
Similar things happen if you do goog%6c or g%6f (i.e. urlencode other chars in the string)
[+] [-] aorth|10 years ago|reply
[+] [-] bnb|10 years ago|reply
This is a problem with how it's interpretations the encoding of characters - they should be escaped by default and be able to be enabled with a flag if there's a valid use for them.
[+] [-] mmastrac|10 years ago|reply
[+] [-] hobarrera|10 years ago|reply
https://duckduckgo.com/?q=goo%2567+%3E%3E+gogoogle.com%2F&t=...
[+] [-] fuzzywalrus|10 years ago|reply
[+] [-] bnb|10 years ago|reply
[+] [-] Grue3|10 years ago|reply
Bizarre.