如何在 Opera 浏览器中手动输入用户代理?
用户代理的配置在哪里,什么文件,在哪里?
对于版本 11,在 opera:config
中,我只能从一些预设的浏览器中进行选择,但我想使用其他浏览器,所以我想我必须手动更改配置,但我不知道它在哪里。
Where is the configuration for user agent, what file and where?
For version 11, in opera:config
I can only pick from some preset browsers, but I want to use something else so I guess I have to manually change the configuration but I don't know where it is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AFAIK 您只能在此处添加文本:
Opera/9.80 (Windows NT 5.1; U; String; en)
http://www.opera.com/support/usingopera/operaini/#isp
AFAIK you can only add text here:
Opera/9.80 (Windows NT 5.1; U; String; en)
http://www.opera.com/support/usingopera/operaini/#isp
您可以在调试时使用 Opera Dragonfly 替换 User-Agent 标头。使用用户 JavaScript,您还可以替换
navigator.userAgent
等。You can use Opera Dragonfly to replace the User-Agent header while debugging. With a User JavaScript you can also replace
navigator.userAgent
and friends.