Remove Stupid Google Lens Drop Zone

This script removes the stupid Google Lens drop zone that appears in the search bar when dragging links (or anything else) on Google search results pages. This feature is an intrusive and unnecessary addition to Google's search experience, and this script aims to remove it.

Auteur
Unintendedz
Nombre d'installations quotidiennes
0
Nombre d'installations
597
Évaluations
15 0 0
Version
0.2
Créer
2023-03-11
Mis à jour
2023-04-16
Licence
WTFPL
S'applique à

This script uses the MutationObserver API to listen for changes in the DOM of the Google search results page. When a new child node is added to the page, the script checks if it matches the selector div > c-wiz > div.focusSentinel, which is the container for the Google Lens drop zone. If a match is found, the script
removes the parent element's parent element, effectively removing the Google Lens drop zone from the page.

We believe that Google's decision to add this feature to its search results page is foolish and invasive, and we hope that this script helps to improve the search experience for users who share our frustration.

Oh, by the way, this script is entirely generated by ChatGPT, and I only provided the CSS selector. :)