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