/*
* @title B!KUMA wall
* @description B!KUMA wall on the whole world
* @include http://*
* @include https://*
* @license MIT License http://opensource.org/licenses/MIT
* @javascript_url
*/
(function () {
var style = document.body.style;
style.backgroundImage = 'url(http://bkuma.hatena.ne.jp/images/girls/entry_default_image.png)';
style.backgroundRepeat = 'repeat';
})();