<?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[How to stop New Enhanced Search?]]></title><description><![CDATA[<p dir="auto">Hi,can anyone tell me how i can stop the annoying New Enhanced Search popup?whenever i open the SMH site,it`s quite annoying</p>
]]></description><link>https://forums.opera.com/topic/89267/how-to-stop-new-enhanced-search</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 05:59:44 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/89267.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Aug 2026 11:22:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to stop New Enhanced Search? on Fri, 07 Aug 2026 12:21:41 GMT]]></title><description><![CDATA[<p dir="auto">Thank you M8will give that a go.</p>
]]></description><link>https://forums.opera.com/post/407407</link><guid isPermaLink="true">https://forums.opera.com/post/407407</guid><dc:creator><![CDATA[choppa]]></dc:creator><pubDate>Fri, 07 Aug 2026 12:21:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to stop New Enhanced Search? on Thu, 06 Aug 2026 10:11:36 GMT]]></title><description><![CDATA[<p dir="auto">In my testing, if I click "Got it", the tooltip doesn't come back as my acknowledgement is saved in a cookie. However, if you constantly clear your cookies, you'll see the tooltip every time. In that case, you can do the following to hide it:</p>
<p dir="auto">Create a folder on your desktop named "HideSMHAISearchTooltip".</p>
<p dir="auto">In it, place these 2 files (create them in a text editor):</p>
<p dir="auto">manifest.json:</p>
<pre><code>{
  "manifest_version": 3,
  "name": "Hide SMH AI Search Tooltip",
  "version": "1.0",
  "description": "Hides the AI search tooltip on smh.com.au.",
  "content_scripts": [
    {
      "matches": [
        "https://*.smh.com.au/*",
        "http://*.smh.com.au/*"
      ],
      "css": [
        "hide.css"
      ],
      "run_at": "document_start"
    }
  ]
}
</code></pre>
<p dir="auto">hide.css:</p>
<pre><code>#aiSearchTooltip {
    display: none !important;
}
</code></pre>
<p dir="auto">Then, in Opera, goto the URL <code>opera://extensions</code>, turn on developer mode, click "load unpacked" and point it to the "HideSMHAISearchTooltip" where manifest.json is at. Then, at the URL <code>opera://extensions</code>, enable "Allow access to search page results" for the extension. Also, enable it for incognito mode too if you access the SMH site in a private window.</p>
<p dir="auto">Then, if you have the SHM page already open, reload it so the extension can be applied to it.</p>
]]></description><link>https://forums.opera.com/post/407334</link><guid isPermaLink="true">https://forums.opera.com/post/407334</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 06 Aug 2026 10:11:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to stop New Enhanced Search? on Thu, 06 Aug 2026 09:39:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Sydney Morning Herald .com.au,it pops up at the top left<br />
<img src="/assets/uploads/files/1786009139538-9b6ff524-de9f-42f9-bd4f-75645aabaf6d-opera-snapshot_2026-08-06_193654_www.smh.com.au.png" alt="9b6ff524-de9f-42f9-bd4f-75645aabaf6d-Opera Snapshot_2026-08-06_193654_www.smh.com.au.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/407333</link><guid isPermaLink="true">https://forums.opera.com/post/407333</guid><dc:creator><![CDATA[choppa]]></dc:creator><pubDate>Thu, 06 Aug 2026 09:39:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to stop New Enhanced Search? on Wed, 05 Aug 2026 12:31:16 GMT]]></title><description><![CDATA[<p dir="auto">What SMH site?</p>
<p dir="auto">What "New Enhanced Search"? Do you have a screenshot?</p>
]]></description><link>https://forums.opera.com/post/407289</link><guid isPermaLink="true">https://forums.opera.com/post/407289</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 05 Aug 2026 12:31:16 GMT</pubDate></item></channel></rss>