Block google precise location question popup ("See results closer to you?") by automatically telling it no
< 脚本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.
登录以发表回复。
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.