Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 5 trả lời
  • 0 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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).