Kohei Morita's Ramen Kick
by
yuta25
2014-05-08 [2014/05/08 17:51:33]
画像や背景を2014年J1第9節 盛田剛平のゴールに変えてパーリンノイズ(http://hitode909.hatenablog.com/entry/2014/04/23/203032)
@@ -1,6 +1,6 @@
/*
* @title Kohei Morita's Ramen Kick
- * @description 2014年J1第9節 盛田剛平のゴール
+ * @description 画像や背景を2014年J1第9節 盛田剛平のゴールにしてパーリンノイズ(http://hitode909.hatenablog.com/entry/2014/04/23/203032)
* @include http://*
* @license MIT License
* @require jQuery
@@ -17,4 +17,8 @@
img.height(height);
}
}
+ // 以下、パーリンノイズ http://hitode909.hatenablog.com/entry/2014/04/23/203032
+ var body = $('body');
+ body.css('background', 'url(https://www.sannichi.co.jp/local/photo/201404/20140427_04_1.jpg)');
+ body.append('<script src="http://hitode909.github.io/hatenablog-unofficial-modules/haikei-gunyagunya.js"></script>');
}());
/*
* @title Kohei Morita's Ramen Kick
* @description 画像や背景を2014年J1第9節 盛田剛平のゴールにしてパーリンノイズ(http://hitode909.hatenablog.com/entry/2014/04/23/203032)
* @include http://*
* @license MIT License
* @require jQuery
*/
(function() {
var imgs = $('img');
for (var i = 0, length = imgs.length; i < length; i++) {
var img = $(imgs[i]);
var width = img.width();
var height = img.height();
if (width * height >= 2500) {
img.attr('src', 'https://www.sannichi.co.jp/local/photo/201404/20140427_04_1.jpg');
img.width(width);
img.height(height);
}
}
// 以下、パーリンノイズ http://hitode909.hatenablog.com/entry/2014/04/23/203032
var body = $('body');
body.css('background', 'url(https://www.sannichi.co.jp/local/photo/201404/20140427_04_1.jpg)');
body.append('<script src="http://hitode909.github.io/hatenablog-unofficial-modules/haikei-gunyagunya.js"></script>');
}());
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。