<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ecosia as default search engine]]></title><description><![CDATA[<p dir="auto">Opera doesn't allow you to set Ecosia as the default search engine.<br />
I'm just posting this solution to be helpful.</p>
<p dir="auto"><strong>The following is a workaround.</strong></p>
<ol>
<li>Set <a href="http://DuckDuckGo.com" target="_blank" rel="noopener noreferrer nofollow ugc">DuckDuckGo.com</a> as your default search engine.</li>
<li>Install <a href="https://addons.opera.com/en-gb/extensions/details/tampermonkey-beta/" target="_blank" rel="noopener noreferrer nofollow ugc">TamperMonkey</a> extension.</li>
<li>Enter the following script into TamperMonkey.</li>
</ol>
<p dir="auto">This will redirect your search from <a href="http://DuckDuckGo.com" target="_blank" rel="noopener noreferrer nofollow ugc">DuckDuckGo.com</a> to <a href="http://Ecosia.org" target="_blank" rel="noopener noreferrer nofollow ugc">Ecosia.org</a> automatically. So <a href="http://Ecosia.com" target="_blank" rel="noopener noreferrer nofollow ugc">Ecosia.com</a> becomes your default search engine.</p>
<p dir="auto"><strong>Note:</strong><br />
<strong>NEVER</strong> use scripts from unknown sources.<br />
This is just a one line command, redirecting you.<br />
I'm posting the full code here so everyone can review it.</p>
<p dir="auto"><strong>Code:</strong></p>
<pre><code>// ==UserScript==
// @name         Ecosia Default Search Engine in Opera
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Sets Ecosia as default search engine by automatically redirecting you
//               when you search in DuckDuckGo.
// @author       Hagbard Hednig
// @match        http*://*duckduckgo.com/*?*q=*
// ==/UserScript==

(function() {
    location.href=('https://www.ecosia.org/search?'+window.location.href.substring(window.location.href.indexOf('q='),window.location.href.length));
})();
</code></pre>
]]></description><link>https://forums.opera.com/topic/34751/ecosia-as-default-search-engine</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 14:02:28 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/34751.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Aug 2019 16:39:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ecosia as default search engine on Thu, 05 Sep 2019 12:24:34 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, but how do you actually turn this on?<br />
I installed Tampermonkey and copied the script in and the dashboard says it's enabled, but Tampermonkey says no scripts are running and a search on DuckDuckGo just searches on DuckDuckGo.</p>
]]></description><link>https://forums.opera.com/post/181068</link><guid isPermaLink="true">https://forums.opera.com/post/181068</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 05 Sep 2019 12:24:34 GMT</pubDate></item></channel></rss>