Removes or hides the "AI Mode" button from Google Search results
The purpose of this Tampermonkey script is to automatically remove or hide the “AI Mode” button from Google Search results.
When the page loads, the script checks the links on the Google Search page. If a link contains the text “AI Mode”, or if its URL includes parameters related to AI Mode, the script removes that button from the page. Since Google Search pages can update dynamically, the script also watches for newly added elements and removes the AI Mode button again if it appears later.