Reference
Port80 Software - HTTP Analysis Tools for Testinghttp://www.port80software.com/support/p80tools
via
@IT - mod_deflateによるコンテンツの圧縮転送 (1/3)http://www.atmarkit.co.jp/flinux/rensai/apache2_04/apache04c.html
function addEngine() {
if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {
window.sidebar.addSearchEngine(
"http://xight.org/misc/firefox/searchplugins/xight.src", /* engine URL */
"http://xight.org/misc/firefox/searchplugins/xight.png", /* icon URL */
"memo.xight.org", /* engine name */
"Web検索"); /* category name */
} else {
alert("検索プラグインを使用するには Mozilla Firefox、Mozilla、または Netscape 6 以上が必要です。");
}
}
<a href="javascript:addEngine();">Firefox に検索プラグインを追加</a>
MAILPATH="$HOME/Maildir?New mail"
#searchbar { width:250px !important; }
#context-viewsource {
color:#000 !important;
background:#ccccff !important;
font-weight:bold !important;
font-size:larger !important;
}
a[href*=".2ch.net"]:not([href*="/search?"])::after {
content: "[2ch]";
color: red;
font-weight: bold:
}
a[href$=".pdf"]:after {
content :"[pdf]";
font-size:x-small;
font-weight:normal;
color :#dc143c;
margin :auto 0.3em;
}
a[href$=".pdf"]:after {
content: url("moz-icon://.pdf?size=16");
}
a[href*="mailto:"]:after {
content: url("moz-icon://.eml?size=16");
/*
content: "\2709"
*/
}
a[href$=".exe"]:before {
content: url("moz-icon://.exe");
}
a[href$=".com"]:not([href^="mailto:"])::before {
content: url("moz-icon://.com");
}
a[href$=".scr"]:before {
content: url("moz-icon://.scr");
}
a[href$=".pif"]:before {
content: url("moz-icon://.pif");
}
a[href$=".vbs"]:before {
content: url("moz-icon://.vbs");
}
a[href$=".cpl"]:before {
content: url("moz-icon://.cpl");
}
a[href$=".hta"]:before {
content: url("moz-icon://.hta");
}
a[target="_blank"] {
cursor: alias !important;
}
a[target="_blank"]::after {
content :url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAAPRJREFUeNpi/P//PwMlACCAmBgoBAABxIDFBYJADBLsQBJzgYq5oOsFCCBsBqRBFStBDVNCMgDDcoAAwmbAbiB+B6XvQjXOxGUAQAChG6CE5tRVUEPu4jIAIIDQDdgNxchhkYbPAIAAQjYApvAM1MnlUD5yuBijGwAQQDADjKGKjaHeeIdkO3Is/IcaLAgzACCAGHAkpN1Ql6BHYxrUcBDuAOkFCCBc0fgO6hJ0A2BhA3KFMUgvQAChGwDTbIxmKM50ABBAyAaUQ51tjMVLOA0ACCAWKDsUSrsC8XtSsgJAADEQmRsFsbkMpBcggBgpzc4AAQYA269/rR21IIIAAAAASUVORK5CYII=");
}