自定义 Google 自定义搜索
有谁知道如何删除谷歌自定义搜索上的额外品牌?
他们添加了一个按钮和其他内容,例如“由谷歌提供支持的小工具”的文字。
必须有一种方法可以将 CSE 数据转换为正常形式,对吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道如何删除谷歌自定义搜索上的额外品牌?
他们添加了一个按钮和其他内容,例如“由谷歌提供支持的小工具”的文字。
必须有一种方法可以将 CSE 数据转换为正常形式,对吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我想正常的方法是购买他们的 商业版 ;)
似乎仍然有一些可能进行调整:这个 自定义搜索表单看起来不错。
I guess the normal way is to buy their Business edition ;)
Still there seems to be some tweaking possible: this custom search form does not look bad.
您只需添加到自己的 CSS 即可进行一些调整。 这些调整的最佳部分是您不需要成为付费客户!
更改字体大小并删除 Google 品牌:
更改自动完成字体大小:
更改搜索框的边框半径:
*** 隐藏广告(我个人最喜欢的)
You can make some tweaks by simply adding to your own CSS. The best part about these tweaks is that you don't need to be a paying customer!
Change font size and remove Google branding:
Change autocomplete font size:
Change border radius of the search box:
*** Hide Ads (my personal favorite)
商业版的主要好处是搜索结果中没有广告。 所以谷歌真的不应该关心人们是否在免费服务上修改搜索表单,因为它仍然会给他们带来广告收入。
我查看了您链接到的页面,它可能已经过时,导致他们的最新代码吐出 javascript,所以没有什么是真正清楚的。
我认为有一种方法可以获取我的 api 代码并将其弹出到普通形式的脚本中。
well the business edition's main benefit is that the search results don't have ads in them. so really google shouldn't care if people are modding the search form on the free service since it will still bring them ad revenue.
i looked at the page you linked to, it might out of date cause their latest code spits out javascript, so nothing's really clear.
i think there's a way to grab my api code and pop it into a normal form script.
2020 年,您可以通过以下方式执行此操作(至少在独立结果页面上):
In 2020 You can do this (on your standalone results page at least) with: