admin管理员组

文章数量:1305032

I am usinng Firefox version 105.0.2 (64 bit), and noticed that for every single page I visit, in the Dev Console there is an error:

Error: An unexpected error occurred 
spoofer.js:1:38935

Link to the full code:

The specified line:

e.runtime.lastError ? e.runtime.lastError.message === t ? n() : r(e.runtime.lastError) : o && o.__mozWebExtensionPolyfillReject__ ? r(new Error(o.message)) : n(o)

I do not know what this file or this line does, but should this be something that should be of a concern?

I am usinng Firefox version 105.0.2 (64 bit), and noticed that for every single page I visit, in the Dev Console there is an error:

Error: An unexpected error occurred 
spoofer.js:1:38935

Link to the full code: https://pastebin./GhiEvqfg

The specified line:

e.runtime.lastError ? e.runtime.lastError.message === t ? n() : r(e.runtime.lastError) : o && o.__mozWebExtensionPolyfillReject__ ? r(new Error(o.message)) : n(o)

I do not know what this file or this line does, but should this be something that should be of a concern?

Share Improve this question asked Oct 14, 2022 at 6:10 YmiYmi 76813 silver badges29 bronze badges 1
  • did you fix it , i even dont know how i got this problem too – Noriz Commented Mar 6, 2023 at 10:11
Add a ment  | 

1 Answer 1

Reset to default 12

In my case, was a extension named "Simulateur Mobile" (https://addons.mozilla/es/firefox/addon/simulateur-mobile). After disabling that extension, the error is gone.

本文标签: javascriptspooferjs An unexpected error has occurredshould I be concernedStack Overflow