/*
* @title ʕ•ᴥ•ʔ anond
* @description B!KUMA wall on Hatena Anonymous Diary
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/hJmewp6mh_NV (Fork of)
* @include http://anond.hatelabo.jp/*
* @license MIT License http://opensource.org/licenses/MIT
* @javascript_url
*/
(function () {
var body = document.querySelector('#body');
var style = body.style;
//style.backgroundImage = 'url(http://bkuma.hatena.ne.jp/images/girls/anond_image.png)';
style.backgroundImage = 'url(http://bkuma.hatena.ne.jp/images/girls/entry_default_image.png)';
})();