為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 於 修改