Love HINATA♥
by
tyage
2010-08-27 [2010/08/27 17:52:05]
ブラウザに一台ひなったー(@hinatter)を持ち歩こう!
@@ -16,7 +16,7 @@
position: 'absolute',
top: offset.top + (Math.random() * 10),
left: offset.left + (Math.random() * 10)
- }).fadeOut();
+ }).appendTo(document.body).fadeOut();
});
});
})();
/*
* @title Love HINATA
* @description ひなったーLOVEな人は必須
* @include http://*
* @license MIT License
* @require jQuery
*/
(function () {
$('img').each(function () {
var offset = $(this).offset();
$(this).width($(this).width()).height($(this).height()).attr('src', 'http://s3.amazonaws.com/twitpic/photos/full/138774759.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1280831938&Signature=0yL%2FFd442EcABaeEXwEwJ9l%2BRFc%3D').mousemove(function () {
$('<p />', {
text: '♡'
}).css({
position: 'absolute',
top: offset.top + (Math.random() * 10),
left: offset.left + (Math.random() * 10)
}).appendTo(document.body).fadeOut();
});
});
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。