ipv6ident.xul

来自「Host Identity Protocol on Linux is an im」· XUL 代码 · 共 42 行

XUL
42
字号
<?xml version="1.0"?><?xml-stylesheet href="chrome://ipv6ident/content/ipv6ident.css" type="text/css"?> <overlay id="ipv6ident-overlay"   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">	<script type="text/javascript" src="ipv6ident-pref.js"/> <!-- for preferences -->	<script type="text/javascript" src="ipv6ident.js"/>	<stringbundleset id="stringbundleset">	<stringbundle id="showip_strings" src="chrome://ipv6ident/locale/showip.properties"/>	</stringbundleset>	<statusbar id="status-bar">	<!--		<deck id="ipv6_deck" class="chromeclass-toolbar-additional" insertafter="statusbarpanel-updates" selectedIndex="0">		<hbox id="ipv6_hbox">		-->		<statusbarpanel label="ShowIP" id="showip_status" class="statusbarpanel-iconic"			xpopup="ipv6_hostmenu" xcontext="ipv6_ipmenu"			xonclick="IPV6_showpopup(event)"			 > <!-- status="none" type="menu" -->			<!-- onclick="alert(event.button)" -->		</statusbarpanel>		<!--		</hbox>		</deck>		-->	</statusbar>	<!-- firefox -->	<menupopup id="menu_ToolsPopup">		<menuitem insertafter="devToolsSeparator" label="ShowIP"			accesskey="I" oncommand="showipExtPrefs.Show();" />	</menupopup>	<!-- mozilla -->	<menupopup id="taskPopup">		<menuitem insertafter="devToolsSeparator" label="ShowIP"			accesskey="I" oncommand="showipExtPrefs.Show();" />	</menupopup></overlay>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?