qiita iconize (not gunyagunya)
by
taizooo
2014-05-27 [2014/05/27 09:16:22]
集中力高めて問題解決したいとき用 http://let.hatelabo.jp/taizooo/let/hLHVx4enwbUy
-
/*
* @title qiita iconize (not gunyagunya)
* @description 集中力高めて問題解決したいとき用 http://let.hatelabo.jp/taizooo/let/hLHVx4enwbUy
* @include http://qiita.com/*
* @license MIT License
*/
(function () {
var imgsrc = document.querySelector('.author-icon').src;
// copy and paste from Kohei Morita's Ramen Kick - Hatena::Let http://let.hatelabo.jp/yuta25/let/hJmdu66j7o1l
// start perlin-noise from http://hitode909.hatenablog.com/entry/2014/04/23/203032
var body = document.querySelector('body');
body.style.background='url(' + imgsrc + ')';
// body.append('<script src="http://hitode909.github.io/hatenablog-unofficial-modules/haikei-gunyagunya.js"></script>');
var article = document.querySelector('article');
article.style.background='rgba(255,255,255,0.9)';
})()
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。