2

另一个角度:如何浏览给定 chrome 路径的所有 XUL,例如

http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs有一个列表,但似乎已经过时了。

4

2 回答 2

2

至少在 Firefox 3 中,chrome://global/content/netError.xhtml?e=nssBadCert&u=这是您正在寻找的。 netError.xhtml处理各种连接问题,并根据实际错误进行自我修改。

于 2009-01-31T05:43:08.923 回答
1

Mozilla chrome://URL指的是位于某些定义明确的位置的 .jar 文件中的实际文件。

主浏览器 (chrome://browser/content/...) 本身:

{where you installed Firefox}/chrome/browser.jar

火狐插件:

{your profile directory}/extensions/{extension id}/chrome/content/...

{your profile directory}至少在 Windows XP 上,是

c:\Documents and Settings\{your username}\Application Data\Mozilla\Firefox\Profiles\{your profile name, usually ends in .default}
于 2009-01-24T22:24:09.917 回答