javascript – 删除Google Maps API Premier使用条款/徽标等.链接?

前端之家收集整理的这篇文章主要介绍了javascript – 删除Google Maps API Premier使用条款/徽标等.链接?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
删除我的集成Google地图(Google地图总理)上显示的标志/使用条款是否合法?问题在于,当我放大地图时,链接往往会变得更长,并且对整个网站进行登录和覆盖是非常丑陋的.当然可以给div容器一个“overflow:hidden”旗子有所帮助.但它还不令人满意.

谢谢

解决方法

如果您以任何方式使用Google地图服务,他们会要求您保留其品牌.在服务条款中是相当的,所以技术上不是不合法的.

9.4 Attribution Content provided to you through the Service may contain the trade names,trademarks,service marks,logos,domain names,and other distinctive brand features of Google,its partners,or other third party rights holders of content indexed by Google. @H_301_10@You may not delete or in any manner alter these trade names,and other distinctive brand features.

参考:http://code.google.com/apis/maps/terms.html

虽然这违反了服务条款,但是这可以使用CSS规则 – 但是下面的引用是使用GreaseMonkey脚本.可能包含样式表.

参考:http://userstyles.org/styles/1929

原文链接:https://www.f2er.com/js/152640.html

猜你在找的JavaScript相关文章