问题描述
我正在尝试删除黄色的信息栏.尝试了一下,将这个参数添加到快捷方式中,但没有运气:
I'm trying to remove the yellow infobar. Tried this, adding that parametet to shortcut with no luck:
C:\Users[USERNAME]\AppData\Local\Google\Chrome\Application\chrome.exe –disable-web-security
隐藏此黄色信息栏的正确方法是什么?谢谢
What is the correct way to hide this yellow infobar ? Thanks
推荐答案
在命令中添加--disable-infobars
标志,以防止出现黄色信息栏.
Add the --disable-infobars
flag to your command to prevent the yellow infobar from appearing.
该信息栏的存在是出于以下原因:警告是正在使用危险功能.建议您不要隐藏信息栏,因为迟早您会在同一不受保护的浏览会话中意外访问银行的网站和另一个恶意网站.
That infobar exists for a reason though: It is to warn that a dangerous feature is being used. I recommend against hiding the infobar, because sooner or later you will accidentally visit your bank's website and another malicious website in the same unprotected browsing session.
这篇关于禁用铬黄色信息栏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!