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://gf.qytechs.cn/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.
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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://gf.qytechs.cn/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.