[private] twtools.dynu.com/ReportStripper

DeletedUser

Guest
The following script is approved:

Description
Scrapes data relating to a report and sends it to the player's server. No other data is collected.
Renames the report when finished (for premium users)

Options
Code:
var blDebug=true;
this may be altered to disable debug mode

Code for the quickbar link
Code:
javascript:
var blDebug=true;
function c()
{
var a=document;
if(window.frames.length>0) a=window.main.document;
var b=a.createElement('script');
b.type='text/javascript';
if(window.location.hostname=='us5.tribalwars.us')
{
b.src='http://twtools.dynu.com/ReportStripper.js?'+Math.round(Math.random()*1000000);
a.getElementsByTagName('head')[0].appendChild(b);
}
}
c();
 
Last edited by a moderator:
Top