X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html,<body onload="for(s=i='';i++<32;s+='<br>')for(j=0;j++<32;)s+=Math.random()<.5?'\u25A0':'\u25A1';document.write(s)"> | |
data:text/html,<body id=B onload=i=setInterval("with(n=9*Math.sin((i=(i+9)%25180)*.017),B.style)margin=9-n/3+'pc',fontSize=n+'pc'",9)>??? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* グローバル */ | |
#header { | |
/* 上部バー固定表示を解除 */ | |
position: static !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitter No XSS | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// ==/UserScript== | |
["load", "unload", "click", "dblclick", "mousedown", "mouseup", "mouseover", | |
"mousemove", "mouseout", "focus", "blur", "keypress", "keydown", "keyup", | |
"submit", "reset", "select", "change"]. | |
forEach(function(s) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | |
<xsl:template match="/"> | |
<root> | |
<style xmlns="http://www.w3.org/1999/xhtml"> | |
root { | |
font-family: monospace; | |
} | |
element, char, comment, proc { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<element> | |
<STag> | |
<STagStart><</STagStart> | |
<TagName>p</TagName> | |
<Attributes> | |
<S> </S> | |
<Attribute> | |
<AttName>lang</AttName> | |
<Eq>=</Eq> | |
<AttValue> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:a=document.evaluate('.//td/text()',document,null,5,null); | |
c=""; | |
while(n=a.iterateNext())if(!/[^a-z]/.test(n.nodeValue))c+=n.nodeValue+" "; | |
document.write(c) |
http://help.github.com/win-git-installation/
http://help.github.com/msysgit-key-setup/
Git から自分のリモートレポジトリにアクセスするために必要な鍵を作成し、設定する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "user.css"; | |
#siteContainer { | |
width: 760px !important; | |
} | |
#logo h1 a { | |
position: absolute !important; | |
z-index: -1 !important; | |
} | |
#mastHead { | |
} |