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!

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".

Learn More

Remote Control?!

  • 1 trả lời
  • 0 gặp vấn đề này
  • 11 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

So, I was just going to Youtube, and on the search bar, there was a little robot. I hovered my cursor over and it said I was under remote control. The reason is DevTools whatever that is. I do some research and turn it off. Go back in and it reappears again. Please help.

So, I was just going to Youtube, and on the search bar, there was a little robot. I hovered my cursor over and it said I was under remote control. The reason is DevTools whatever that is. I do some research and turn it off. Go back in and it reappears again. Please help.

Tất cả các câu trả lời (1)

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 check whether 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 if you didn't create this file yourself.

See also: