• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    How to stop New Enhanced Search?

    General
    2
    5
    489
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      choppa last edited by leocg

      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

      Reply Quote 0
        1 Reply Last reply
      • burnout426
        burnout426 Volunteer last edited by

        What SMH site?

        What "New Enhanced Search"? Do you have a screenshot?

        Reply Quote 0
          C 1 Reply Last reply
        • C
          choppa @burnout426 last edited by choppa

          @burnout426 Sydney Morning Herald .com.au,it pops up at the top left
          9b6ff524-de9f-42f9-bd4f-75645aabaf6d-Opera Snapshot_2026-08-06_193654_www.smh.com.au.png

          Reply Quote 1
            1 Reply Last reply
          • burnout426
            burnout426 Volunteer last edited by

            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:

            Create a folder on your desktop named "HideSMHAISearchTooltip".

            In it, place these 2 files (create them in a text editor):

            manifest.json:

            {
              "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"
                }
              ]
            }
            

            hide.css:

            #aiSearchTooltip {
                display: none !important;
            }
            

            Then, in Opera, goto the URL opera://extensions, turn on developer mode, click "load unpacked" and point it to the "HideSMHAISearchTooltip" where manifest.json is at. Then, at the URL opera://extensions, 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.

            Then, if you have the SHM page already open, reload it so the extension can be applied to it.

            Reply Quote 0
              1 Reply Last reply
            • C
              choppa last edited by

              Thank you M8will give that a go.

              Reply Quote 1
                1 Reply Last reply
              • First post
                Last post

              Computer browsers

              • Opera for Windows
              • Opera for Mac
              • Opera for Linux
              • Opera beta version
              • Opera USB

              Mobile browsers

              • Opera for Android
              • Opera Mini
              • Opera Touch
              • Opera for basic phones

              • Add-ons
              • Opera account
              • Wallpapers
              • Opera Ads

              • Help & support
              • Opera blogs
              • Opera forums
              • Dev.Opera

              • Security
              • Privacy
              • Cookies Policy
              • EULA
              • Terms of Service

              • About Opera
              • Press info
              • Jobs
              • Investors
              • Become a partner
              • Contact us

              Follow Opera

              • Opera - Facebook
              • Opera - Twitter
              • Opera - YouTube
              • Opera - LinkedIn
              • Opera - Instagram

              © Opera Software 1995-