startpage does not work
I use this "http://translate.google.com/#da|en|" as my startpage in Firefox. But I get a blank page, and get strangely this page as a third page open "http://www.en.dk". As if it copy the "en" from the adress. This also works if I use "http://translate.google.com/#en|da|", then a get this ekstra site opgen: "http://www.dk.dk".
Chosen solution
You need to escape the pipe symbol "|" as %7C because that symbol is used to separate multiple home pages.
Read this answer in context 👍 0All Replies (3)
Chosen Solution
You need to escape the pipe symbol "|" as %7C because that symbol is used to separate multiple home pages.
Thank you very much!
You're welcome