Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 39:
parseme = matches[2] + ", " + matches[1] + " " + matches[3] + " " + matches[0] + ":00";
dump_text(parseme);
var dt = new Date();
Line 103 ⟶ 105:
var offset_regexp = /href="[^"]+:Contributions[^"]+offset=(\d+)/gi;
function fetch_data(username, end_date, handler, offset, page_list) {
var url = prefix + "Special:Contributions/" + username + "?offset=" + offset + "&limit=
loadXMLDoc(url,
function (request) {
|