Created
December 2, 2011 08:25
-
-
Save takimo/1422328 to your computer and use it in GitHub Desktop.
meltdown
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
| // コード出典 | |
| // ワリオランドシェイクみたいに HTML が崩壊するブックマークレット(とそのソースコード) | |
| // http://d.hatena.ne.jp/nitoyon/20080929/warioland_shake | |
| (function(){var d=document; var s=d.createElement("script"); s.charset="UTF-8"; s.src="http://tech.nitoyon.com/meltdown/meltdown.js?"+(new Date()).getTime(); d.body.appendChild(s)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment