/*
* @title FC2 GC
* @description hidden strange wall on FC2 blog
* @include http://*.fc2.com/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
[].forEach.call(document.querySelectorAll([
/*
'.box:first-of-type',
'#fc2_ad_box',
//*/
'#fc2_bottom_bnr'
]), function (banner) { banner.style.display = 'none'; });