You are not logged in.
I love the Epic Browser and use it as my default as much as possible. I've donated twice to support its development. But one's search engine choice, like one's browser choice, is very personal. Being forced to use a specific search engine is painful.
Please allow us to change the default search engine.
If epicsearch is a source of income, you could make this a paid feature. It's worth paying for.
Thanks.
Offline
Im agree with you too, only one engine is a bit painful..
You can add others like duckduckgo that not have trackers or make people add others
Offline
I agree with what others have said. I'd like to make DuckDuckGo as my default search engine. I currently use the home button to get there, so preventing me from using the address bar just causes me some irritation. It's the one thing I don't like with this browser (other than lack of 1password support which is a deal breaker currently)
Thanks.
Offline
Unfortunately to add duckduckgo would be endorsing them and we can't do that. We have had conversations with them about their privacy and it was insufficient for us to support them or work with them and maintain our commitment to privacy.
Offline
Unfortunately to add duckduckgo would be endorsing them and we can't do that. We have had conversations with them about their privacy and it was insufficient for us to support them or work with them and maintain our commitment to privacy.
In what ways is their privacy insufficient? That's their whole mission, like yours. Seems like it would be a perfect fit.
This is the single most painful thing about Epic Browser to me.
Offline
These instructions are for mac. I'm sure it's possible on Windows too.
1. Download a hex editor. I used iHex.
2. Open the Applications folder in Finder
3. Right-click on Epic.app and select Show Package Contents
4. Go to Contents/Versions/<version>/Epic Framework.framework/
5. Right-click on Epic Framework and select Open With.../Other... and select your hex editor
6. Search for epicsearch
7. Replace:
//www.epicsearch.in/search?pno=1&q={searchTerms}
With:
//duckduckgo.com/?g=123234232344&q={searchTerms}
8. Save, close and reopen Epic.
Note that the g=123234232344 in the replacement url is simply to make it the same length as the original.
DuckDuckGo is now your default browser!
Offline
So what about startpage.com aka Ixquick.com?
I think the are using the same concept as you do.
Regards
Offline
So what about startpage.com aka Ixquick.com?
I think the are using the same concept as you do.
You could replace it with whatever search engine you like, but it looks like startpage doesn't use query parameters for search (they use POST body for more security).
Offline