function wallAnalyser(){var p=document.location.pathname.toString().substr(1).split("/");if(p[0]=='fight'&&p[1].match(/\d+/g)){fightLoader(p[1])}}function fightLoader(a){var b=$(document).find("div.pagescroll div.block-rounded");var c=Number($(b).find("a:first-child").html()||$(b).find("strong.current").html());var d=$(document).find("ul#fight-log");var e=new Array();for(p=1;p<=c;p++){e.push("http://www.moswar.ru/fight/"+a+"/"+p+"/ ul#fight-log li")} massivLoading(e,d);$("form#fightGroupForm div.pagescroll").remove()} function massivLoading(a,b,c){if(a.length>0){var d=document.createElement("div");if(!c)$(b).empty();$(d).load(a.pop(),function(){$(b).append($(d).html());$("ul#fight-log li").css("display","list-item");massivLoading(a,b,true)})}else{return false}}
var button=document.createElement('input');
button.type='button';
button.style.cssText='position:absolute;z-index:99;left:10px;top:5px';
button.value='Кнопка';
button.onclick=wallAnalyser;
document.body.appendChild(button)