以下是始终出现在 Firebug 控制台中的警告/错误示例,无论我尝试调试什么页面或内容:
Use of Mutation Events is deprecated. Use MutationObserver instead.
[Break On This Error]
...ch(c){return _.t}},stringify:function(f){function g(c){return h.call(this,c,a)}v...
cb=gapi.loaded_0 (line 27)
The Components object is deprecated. It will soon be removed.
[Break On This Error]
...js -> resource://jid0-agjxxzys0rt1uudxcyinrjbgttc-at-jetpack/api-utils/lib/sandb...
content-proxy.js (line 7)
<System>
Exposing chrome JS objects to content without __exposedProps__ is insecure and deprecated. See https://developer.mozilla.org/en/XPConnect_wrappers for more information.
[Break On This Error]
...sh.js -> resource://jid0-agjxxzys0rt1uudxcyinrjbgttc-at-jetpack/api-utils/lib/sa...
worker.js (line 130)
<System>
这是截图: http ://snaps.vertigofx.com/009/snap000025_2013-04-16_23.01.06.png
几周前,我做了一些研究,希望找到一种方法来摆脱这些持久性消息,但无济于事。我真的很想摆脱这些,因为我经常使用 Firebug,它们变得非常分散注意力。我看到红色并且自动认为我的代码有问题,无论我认为我可能多么“习惯”。
想想看,我之前可能已经在 SO(或其他网站)上发布过这个问题,但没有得到任何有用的答案。我希望这一次我能找到解决办法。
(仅供参考,我认为如果 Firebug 能够忽略特定事物并抑制有关这些特定事物的任何错误/警告/消息,那就太好了)