Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change Safari's default search engine' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change Safari's default search engine
Authored by: mmphosis on Aug 29, '13 09:57:02PM

Thanks for the information!

I was able to search for "Bing" and replace it with "DDGo" to make the labels appear as "DDGo". There were two occurrences of "Bing" in the executable on my Mac...

$ hexdump -vC -s 0x5dd0c1 -n 4 Safari-copy
005dd0c1 42 69 6e 67 |Bing|
005dd0c5
$ hexdump -vC -s 0xf9051d -n 4 Safari-copy
00f9051d 42 69 6e 67 |Bing|
00f90521


[ Reply to This | # ]