방금 새 Firefox Developer Edition 브라우저의 사본을 다운로드하여 개발 도구를 사용하기 시작했습니다.
일부 링크와 스크립트가 chrome://
URL 에로드되어 Chrome에 등록 된 것으로 나타났습니다.
다음은 이러한 라인 중 일부입니다.
<link id="favicon" rel="icon" type="image/png" href="chrome://branding/content/icon32.png"></link>
<link rel="stylesheet" type="text/css" media="all" href="chrome://browser/content/searchSuggestionUI.css"></link>
<link rel="stylesheet" type="text/css" media="all" defer="defer" href="chrome://browser/content/abouthome/aboutHome.css"></link>
<script type="text/javascript;version=1.8" src="chrome://browser/content/abouthome/aboutHome.js"></script>
<script type="text/javascript;version=1.8" src="chrome://browser/content/searchSuggestionUI.js"></script>
크롬 애셋을 납치했는지 궁금했지만 해당 스크립트 중 하나를 확인한 후 Mozilla 의견을 찾았습니다.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
사용자 지정 프로토콜이나 등록 또는 사용 방법에 대해 잘 모릅니다. 무슨 일이야?