FubukiKun
by
sn0wn1ght
2010-11-06 [2010/11/06 23:51:08]
/*
*@title FubukiKun
*@Description ああああああああああああああああああ
*@private
*@require jQuery
*@include http://*
*/
function () {
var imgData = "http://files.inazuma.in/src/fubuki.png";
document.body.innerHTML=document.body.innerHTML.replace(/[ぁ-んア-ン]/g,"吹雪くん");
$.fn.love = function () {
return $(this).each(function () {
$(this).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');
});
})
};
$('img').each(function() {
$(this).width($(this).width()).height($(this).height()).attr('src', imgData).love()});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。