0

間もなくリリースされる Firefox 25 ベータ版の変更に気付きました。

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        id="devtools-webconsole"
        macanimationtype="document"
        fullscreenbutton="true"
        title="&window.title;"
        browserConsoleTitle="&browserConsole.title;"
        windowtype="devtools:webconsole"
        width="900" height="350"
        persist="screenX screenY width height sizemode">
  <script type="text/javascript" src="chrome://global/content/globalOverlay.js"/>
  <script type="text/javascript" src="webconsole.js"/>

  <commandset id="editMenuCommands"/>
...

ただし、Firefox 25 では、webconsole.js への参照は、2 つの goUpdateCommand 呼び出しを持つ関数 goUpdateConsoleCommands() のインライン スクリプトに置き換えられます。

そのウィンドウに webconsole.js リンクが存在しなくなったため、Devtools -tweaksは現在、ネットワーク ポップアップに対して機能していません。ここのコードには、ポップアップを変更するために変更するものは何もありません: https://github.com/programmin1/DevTools-Tweaks/blob/master/content/netWinOverlay.js

この機能をネットワークポップアップに再フックする簡単な方法はありますか? JSON/xml 解析は Firefox に間もなく導入され、不要になりますか?

4

1 に答える 1