Block google precise location question popup ("See results closer to you?") by automatically telling it no
< Feedback on Deny google precise location question
This works as described, though I think a better approach would be to hide the offensive element rather than contribute a click towards it.I created an approach which utilizes a DOM mutation observer here: https://greasyfork.org/en/scripts/491657-hide-google-search-location-and-sign-in-nag-prompts/codeThis also has the effect of being more immediate and not having a flashing modal following page load.
Sign in to post a reply.
This works as described, though I think a better approach would be to hide the offensive element rather than contribute a click towards it.
I created an approach which utilizes a DOM mutation observer here: https://greasyfork.org/en/scripts/491657-hide-google-search-location-and-sign-in-nag-prompts/code
This also has the effect of being more immediate and not having a flashing modal following page load.