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

搜尋 Mozilla 技術支援網站

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

了解更多

Colored diagonal stripes in address bar and robitic image on start up.

  • 5 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

I'm trying to help my daughter. First, frequently a graphic background appears in the Firefox address bar consisting of diagonal gray and reddish stripes occasionally. This can be made to disappear if one closes Firefox and reopens Firefox. Second, on startup after the computer was in sleep mode, there is a translucent graphic robotic like image over the screen when Firefox is opened. This goes away if one closes and reopens Firefox. It does not reappear until the computer goes into sleep mode and one reopens it and opens Firefox.

I'm trying to help my daughter. First, frequently a graphic background appears in the Firefox address bar consisting of diagonal gray and reddish stripes occasionally. This can be made to disappear if one closes Firefox and reopens Firefox. Second, on startup after the computer was in sleep mode, there is a translucent graphic robotic like image over the screen when Firefox is opened. This goes away if one closes and reopens Firefox. It does not reappear until the computer goes into sleep mode and one reopens it and opens Firefox.

所有回覆 (5)

more options

You can hover the robot icon on the location bar and check what reason is shown in the tooltip (DevTools, Marionette, RemoteAgent). If the reason is DevTools then check on the about:config page whether these prefs have their default value (i.e. are not bold).

  • devtools.chrome.enabled (false)
  • devtools.debugger.prompt (true)
  • devtools.debugger.remote-enabled (false)

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

See also:

more options

I'm not sure I understand the answer as I'm not a developer. Attached is a screenshot of the stripped address bar sent by my daughter.

What do you mean by a robot icon?

more options

The robot icon I'm referring to is the icon that shows at the far left on the location bar in the screenshot. If she hovers this icon then you should see a tooltip.

more options

My daughter changed the following to the values mentioned above on the about:config page.

   devtools.chrome.enabled (false)
   devtools.debugger.prompt (true)
   devtools.debugger.remote-enabled (false) 

She restarted the computer and it changed them back to what they were before she started. Then she tried to just set all the values to the default setting, restarted the computer and that didn't take either.

more options

A possible cause is the presence of a user.js file in the profile folder that sets those prefs each time Firefox is tarted.

You can check if you have a user.js file in the profile folder to initialize prefs each time Firefox starts. The user.js file will only be present if you or other software has created this file and normally won't be present.

You can check its content with a text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can delete the user.js file.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).