C# 网络浏览器 Gmail 广告
我正在创建一个 C# 应用程序,用于显示 google 在线应用程序,特别是在这种情况下的 Gmail。一切都很顺利,除了我不知道如何隐藏 Firefox 和 Chrome 插件的广告。
有人对我如何像 Firefox/Chrome 插件一样以编程方式隐藏广告有任何建议吗?
I am creating a C# application that displays the google online applications, specifically Gmail in this situation. All is going well except that I do not know how to hide the ads that plugins that Firefox and Chrome have.
Anyone have any suggestions how I programmatically hide ads like the Firefox/Chrome plugins do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 CSS 规则插入包含广告列表的页面,并设置
display:none;
示例:
Insert a CSS rule into the page with lists of the ads, and make the
display:none;
Example: