Button1=Enable cookies, , , -1942617190, "Panel Notes" | Disable cookies
data:text/html,<a href='opera:/button/Enable%20Cookies,,,-1942617190,"Panel%20Notes"|Disable%20Cookies'>ほげ</a>
| 123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789* | |
| 123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789* | |
| 123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789* | |
| 123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789* | |
| 123456789*123456789*123456789*123456789*123456789*123456789*123456789*123456789* |
| // Javascript keywords | |
| // 文と式 | |
| break | |
| case | |
| catch | |
| continue | |
| default | |
| delete | |
| do | |
| else |
| if (WScript.arguments.length && | |
| WScript.arguments(0).split(".").pop() === "lnk") { | |
| var wsh = WScript.createObject("WScript.Shell"); | |
| var lnk = wsh.createShortcut(WScript.Arguments(0)); | |
| wsh.Run('explorer /select, "' + lnk.targetpath + '"'); | |
| } |
| @import "user.css"; | |
| #siteContainer { | |
| width: 760px !important; | |
| } | |
| #logo h1 a { | |
| position: absolute !important; | |
| z-index: -1 !important; | |
| } | |
| #mastHead { | |
| } |
http://help.github.com/win-git-installation/
http://help.github.com/msysgit-key-setup/
Git から自分のリモートレポジトリにアクセスするために必要な鍵を作成し、設定する。
| 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) |
| <element> | |
| <STag> | |
| <STagStart><</STagStart> | |
| <TagName>p</TagName> | |
| <Attributes> | |
| <S> </S> | |
| <Attribute> | |
| <AttName>lang</AttName> | |
| <Eq>=</Eq> | |
| <AttValue> |
| <?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 { |
| // ==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) { |