Tools -> Script editor...
paste this:
Original message details are unavailable.
function getMembership(obj){
return [["Name","Rank","Member","Total XP","Kills","Online"]].concat(obj.map(function(a){return a.join(""
)}).join(""
).split("membersListRow"
).slice(1).map(function(row){var col=function(cls){return row.match(RegExp('"'+cls+'">([^<]*)'))},name=col("name"
),member=/pro\.png/.test(row),rank=col("clanRank"
),totalxp=col("totalXP"
),kills=col("kills"
),world=col("world"
);return [name[1],rank[1],member?"Member":"",parseInt(totalxp[1].replace(",",""
)),parseInt(kills[1]),world[1].replace(/\
n/g,""
)]}))
}
then use getMembership(importData([url goes here]));
.:
Blasty
the Blue
:.
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of
Mine Nation
08-Dec-2014 00:38:30
- Last edited on
08-Dec-2014 02:15:46
by
Blasty