Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How do I get the name of the profile into the window title bar?

  • 2 个回答
  • 4 人有此问题
  • 2 次查看
  • 最后回复者为 zimon

more options

I run multiple Firefox sessions with different profiles. (I start Firefox with: firefox -ProfileManager -no-remote)

I'd like to have the name of the profile in the title bar of the window, so when I switch between windows and try to find the correct session+profile from Gnome3-acitivities, I can see the profile name there.

Is this possible in Firefox 10 somehow through the configure parameters (about:config) or with some extension, or with some command line parameter?

I run multiple Firefox sessions with different profiles. (I start Firefox with: firefox -ProfileManager -no-remote) I'd like to have the name of the profile in the title bar of the window, so when I switch between windows and try to find the correct session+profile from Gnome3-acitivities, I can see the profile name there. Is this possible in Firefox 10 somehow through the configure parameters (about:config) or with some extension, or with some command line parameter?

被采纳的解决方案

See:


You may have a user agent that is corrupted and that identifies you as Firefox 3.0.3 (rv:1.9.0.3) and Firefox/4.0

  • Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/20100101 Ubuntu/8.04 Firefox/4.0

See:

定位到答案原位置 👍 2

所有回复 (2)

more options

选择的解决方案

See:


You may have a user agent that is corrupted and that identifies you as Firefox 3.0.3 (rv:1.9.0.3) and Firefox/4.0

  • Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/20100101 Ubuntu/8.04 Firefox/4.0

See:

more options

Thanks!

nightly-tester-tools-extension seems to make it possible to change the title of the Window:

about:config nightly.templates.title -> "${Profile} - ${DefaultTitle} (Build ${AppBuildID})"

off topic: The reason I had (have) incorrect UserAgent, it because Google Search will give "Instant Previews" with FF10. With older versions (UserAgent) Google Search gives the old fashioned "Cached" links with the search results where search terms are highlighted with different colours.

btw, for privacy reasons, Firefox should maybe change its default user-agent string to more general one, which would not give so exact information to the web trackers as the current one gives. http://www.ip-adress.com/what_is_my_ip/ Giving the current quite exact UserAgent-field, IP or proxy IP-address and some other agent-header-fields, it is pretty easy to identify and track the user although (s)he would delete cookies regularly and use NoScripts-extension for example. Maybe this generalisation of the useragent fields should be at least in the Private Browser mode. (maybe I should make a separate thread for this, because I understand the problems in the suggestion but also have some solutions for them.)

由zimon于修改