Saturday 26 March 2011

Unknown Tagger

if you log in to see hundreds/thousands of attacks coming at you and you tag some but dont know what the others are you hit this unknown tagger. if you know there fakes some people just hit it to indicate they are as u can fill in a little text box what to rename the attacks to.

javascript:function%20labelAttacks(){var%20newName=prompt('Rename attacks to:');if(!newName){var%20strDate=$('#serverDate').text();var%20strTime=$('#serverTime').text();newName='UnKnown ['+strDate+' '+strTime+']';}var%20ii,eleInput;var%20eleDoc=(window.frames.length>0)?window.main.document:document;var%20arrInputs=eleDoc.getElementsByTagName('input');for(ii=0;ii<arrInputs.length;ii++){eleInput=arrInputs[ii];if(eleInput.id.indexOf('editInput')>=0&&eleInput.value.match(/Attack/i)){eleInput.value=newName;arrInputs[++ii].click();}}}labelAttacks();

Note: only works on the incomings page

No comments:

Post a Comment